Html Css Color HEX #36816B Viridian

📋 copy color: '#36816B'

red 54 ◦ green 129 ◦ blue 107

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

Shades of Viridian #36816B

Tints of Viridian #36816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.48%

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

R = 18.62%
G = 44.48%
B = 36.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#36816B (or 0x36816B) is known color: Viridian. HEX triplet: 36, 81 and 6B. RGB value is (54,129,107). Sum of RGB (Red+Green+Blue) = 54+129+107=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #36816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36816B is #C97E94. Grayscale: #686868. Windows color (decimal): -13205141 or 7045430. OLE color: 7045430.

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

Color convert

RGB 54 129 107 -
CMYK 0.58 0 0.17 0.49
HSL 162.4º 0.41% 0.36% -
HSV(B) 162.4º 0.58% 0.51% -
XYZ 12.03 17.55 16.66 -
YUV 104.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 54 129 107 0.58 0 0.17 0.49 162.4 0.41 0.36
Hex 36 81 6B 3A 0 11 31 A2 29 24
Octal 66 201 153 72 0 21 61 242 51 44
Binary 110110 10000001 1101011 111010 0 10001 110001 10100010 101001 100100

Color Harmonies of #36816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36816B

Black with #36816B

Text Example


Text Example

White with #36816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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