#368770

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

Shades of Viridian #368770

Tints of Viridian #368770

Color information

#368770 (or 0x368770) is unknown color: approx Viridian. HEX triplet: 36, 87 and 70. RGB value is (54,135,112). Sum of RGB (Red+Green+Blue) = 54+135+112=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #368770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368770 is #C9788F. Grayscale: #6C6C6C. Windows color (decimal): -13203600 or 7374646. OLE color: 7374646.

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

Color convert

RGB54135112-
CMYK0.6000.170.47
HSL162.96º42.86%37.06%-
HSV(B)162.96º60%52.94%-
XYZ13.1119.2818.36-
YUV108.16130.1689.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=17.94%
G=44.85%
B=37.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541351120.6000.170.47162.9642.8637.06
Hex3687703C0112Fa32b25
Octal6620716074021572435345
Binary11011010000111111000011110001000110111110100011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368770; }

 p { color: rgb(54,135,112); }

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

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

 a { background-color: rgb(54,135,112); }

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

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

 span { border-color: rgb(54,135,112); }

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