#36826E

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

Shades of Viridian #36826E

Tints of Viridian #36826E

Color information

#36826E (or 0x36826E) is unknown color: approx Viridian. HEX triplet: 36, 82 and 6E. RGB value is (54,130,110). Sum of RGB (Red+Green+Blue) = 54+130+110=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #36826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36826E is #C97D91. Grayscale: #696969. Windows color (decimal): -13204882 or 7242294. OLE color: 7242294.

HSL color Cylindrical-coordinate representation of color #36826E: hue angle of 164.21º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36826E is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB54130110-
CMYK0.5800.150.49
HSL164.21º41.3%36.08%-
HSV(B)164.21º58.46%50.98%-
XYZ12.3217.8817.55-
YUV105130.8291.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=18.37%
G=44.22%
B=37.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301100.5800.150.49164.2141.336.08
Hex36826E3A0F31a42924
Octal6620215672017612445144
Binary1101101000001011011101110100111111000110100100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36826E; }

 p { color: rgb(54,130,110); }

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

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

 a { background-color: rgb(54,130,110); }

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

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

 span { border-color: rgb(54,130,110); }

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