#368675

Color #368675 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #368675

Tints of Viridian #368675

Color information

#368675 (or 0x368675) is unknown color: approx Viridian. HEX triplet: 36, 86 and 75. RGB value is (54,134,117). Sum of RGB (Red+Green+Blue) = 54+134+117=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #368675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368675 is #C9798A. Grayscale: #6C6C6C. Windows color (decimal): -13203851 or 7702070. OLE color: 7702070.

HSL color Cylindrical-coordinate representation of color #368675: hue angle of 167.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368675 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB54134117-
CMYK0.6000.130.47
HSL167.25º42.55%36.86%-
HSV(B)167.25º59.7%52.55%-
XYZ13.2619.1219.82-
YUV108.1413389.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=17.70%
G=43.93%
B=38.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541341170.6000.130.47167.2542.5536.86
Hex3686753C0D2Fa72b25
Octal6620616574015572475345
Binary1101101000011011101011111000110110111110100111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368675; }

 p { color: rgb(54,134,117); }

 H1.HeaderClassName
 {
   color: #368675;
 }
 .AnyTagClassName
 {
   color: #368675;
 }
</style>
background-color css

<style>
 a { background-color: #368675; }

 a { background-color: rgb(54,134,117); }

 div.DivClassName
 {
   background-color: #368675;
 }
 .BgClassName
 {
   background-color: #368675;
 }
</style>
border-color css

<style>
 span { border-color: #368675; }

 span { border-color: rgb(54,134,117); }

 td.TdClassName
 {
   border-color: #368675;
 }
 .TagClassName
 {
   border-color: #368675;
 }
</style>