Html Css Color HEX #36866B Viridian

📋 copy color: '#36866B'

red 54 ◦ green 134 ◦ blue 107

#36866B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #36866B

Tints of Viridian #36866B

RGB

 RED value IS 54 (21.48% from 255) = 18.31%

 GREEN value IS 134 (52.73% from 255) = 45.42%

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 18.31%
G = 45.42%
B = 36.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#36866B (or 0x36866B) is known color: Viridian. HEX triplet: 36, 86 and 6B. RGB value is (54,134,107). Sum of RGB (Red+Green+Blue) = 54+134+107=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #36866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36866B is #C97994. Grayscale: #6B6B6B. Windows color (decimal): -13203861 or 7046710. OLE color: 7046710.

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

Color convert

RGB 54 134 107 -
CMYK 0.60 0 0.20 0.47
HSL 159.75º 0.43% 0.37% -
HSV(B) 159.75º 0.6% 0.53% -
XYZ 12.7 18.9 16.89 -
YUV 107 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 54 134 107 0.60 0 0.20 0.47 159.75 0.43 0.37
Hex 36 86 6B 3C 0 14 2F A0 2B 25
Octal 66 206 153 74 0 24 57 240 53 45
Binary 110110 10000110 1101011 111100 0 10100 101111 10100000 101011 100101

Color Harmonies of #36866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36866B

Black with #36866B

Text Example


Text Example

White with #36866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36866B;
 }
 .AnyTagClassName
 {
   color: #36866B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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