#36826B

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

Shades of Viridian #36826B

Tints of Viridian #36826B

Color information

#36826B (or 0x36826B) is unknown color: approx Viridian. HEX triplet: 36, 82 and 6B. RGB value is (54,130,107). Sum of RGB (Red+Green+Blue) = 54+130+107=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #36826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36826B is #C97D94. Grayscale: #686868. Windows color (decimal): -13204885 or 7045686. OLE color: 7045686.

HSL color Cylindrical-coordinate representation of color #36826B: hue angle of 161.84º 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 #36826B is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB54130107-
CMYK0.5800.180.49
HSL161.84º41.3%36.08%-
HSV(B)161.84º58.46%50.98%-
XYZ12.1617.8116.71-
YUV104.65129.3291.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=18.56%
G=44.67%
B=36.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301070.5800.180.49161.8441.336.08
Hex36826B3A01231a22924
Octal6620215372022612425144
Binary11011010000010110101111101001001011000110100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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