#368869

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

Shades of Viridian #368869

Tints of Viridian #368869

Color information

#368869 (or 0x368869) is unknown color: approx Viridian. HEX triplet: 36, 88 and 69. RGB value is (54,136,105). Sum of RGB (Red+Green+Blue) = 54+136+105=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #368869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368869 is #C97796. Grayscale: #6B6B6B. Windows color (decimal): -13203351 or 6916150. OLE color: 6916150.

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

Color convert

RGB54136105-
CMYK0.6000.230.47
HSL157.32º43.16%37.25%-
HSV(B)157.32º60.29%53.33%-
XYZ12.8819.4116.43-
YUV107.95126.3389.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=18.31%
G=46.10%
B=35.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541361050.6000.230.47157.3243.1637.25
Hex3688693C0172F9d2b25
Octal6621015174027572355345
Binary11011010001000110100111110001011110111110011101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368869; }

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

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

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

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

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

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

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

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