#36846A

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

Shades of Viridian #36846A

Tints of Viridian #36846A

Color information

#36846A (or 0x36846A) is unknown color: approx Viridian. HEX triplet: 36, 84 and 6A. RGB value is (54,132,106). Sum of RGB (Red+Green+Blue) = 54+132+106=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #36846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36846A is #C97B95. Grayscale: #696969. Windows color (decimal): -13204374 or 6980662. OLE color: 6980662.

HSL color Cylindrical-coordinate representation of color #36846A: hue angle of 160º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36846A is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB54132106-
CMYK0.5900.200.48
HSL160º41.94%36.47%-
HSV(B)160º59.09%51.76%-
XYZ12.3718.3316.52-
YUV105.71128.1691.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 132 (51.95% from 255) = 45.21%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=18.49%
G=45.21%
B=36.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541321060.5900.200.4816041.9436.47
Hex36846A3B01430a02a24
Octal6620415273024602405244
Binary11011010000100110101011101101010011000010100000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36846A; }

 p { color: rgb(54,132,106); }

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

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

 a { background-color: rgb(54,132,106); }

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

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

 span { border-color: rgb(54,132,106); }

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