Html Css Color HEX #36826A Viridian

📋 copy color: '#36826A'

red 54 ◦ green 130 ◦ blue 106

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

Shades of Viridian #36826A

Tints of Viridian #36826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.83%

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 18.62%
G = 44.83%
B = 36.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#36826A (or 0x36826A) is known color: Viridian. HEX triplet: 36, 82 and 6A. RGB value is (54,130,106). Sum of RGB (Red+Green+Blue) = 54+130+106=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #36826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36826A is #C97D95. Grayscale: #686868. Windows color (decimal): -13204886 or 6980150. OLE color: 6980150.

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

Color convert

RGB 54 130 106 -
CMYK 0.58 0 0.18 0.49
HSL 161.05º 0.41% 0.36% -
HSV(B) 161.05º 0.58% 0.51% -
XYZ 12.11 17.79 16.43 -
YUV 104.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 54 130 106 0.58 0 0.18 0.49 161.05 0.41 0.36
Hex 36 82 6A 3A 0 12 31 A1 29 24
Octal 66 202 152 72 0 22 61 241 51 44
Binary 110110 10000010 1101010 111010 0 10010 110001 10100001 101001 100100

Color Harmonies of #36826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36826A

Black with #36826A

Text Example


Text Example

White with #36826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36826A;
 }
 .AnyTagClassName
 {
   color: #36826A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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