#368874

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

Shades of Viridian #368874

Tints of Viridian #368874

Color information

#368874 (or 0x368874) is unknown color: approx Viridian. HEX triplet: 36, 88 and 74. RGB value is (54,136,116). Sum of RGB (Red+Green+Blue) = 54+136+116=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #368874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368874 is #C9778B. Grayscale: #6D6D6D. Windows color (decimal): -13203340 or 7637046. OLE color: 7637046.

HSL color Cylindrical-coordinate representation of color #368874: hue angle of 165.37º 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 #368874 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB54136116-
CMYK0.6000.150.47
HSL165.37º43.16%37.25%-
HSV(B)165.37º60.29%53.33%-
XYZ13.4819.6519.61-
YUV109.2131.8388.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=17.65%
G=44.44%
B=37.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541361160.6000.150.47165.3743.1637.25
Hex3688743C0F2Fa52b25
Octal6621016474017572455345
Binary1101101000100011101001111000111110111110100101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368874; }

 p { color: rgb(54,136,116); }

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

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

 a { background-color: rgb(54,136,116); }

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

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

 span { border-color: rgb(54,136,116); }

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