Html Css Color HEX #367D62 Viridian

📋 copy color: '#367D62'

red 54 ◦ green 125 ◦ blue 98

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

Shades of Viridian #367D62

Tints of Viridian #367D62

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.13%

 BLUE value IS 98 (38.67% from 255) = 35.38%

R = 19.49%
G = 45.13%
B = 35.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#367D62 (or 0x367D62) is known color: Viridian. HEX triplet: 36, 7D and 62. RGB value is (54,125,98). Sum of RGB (Red+Green+Blue) = 54+125+98=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #367D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D62 is #C9829D. Grayscale: #646464. Windows color (decimal): -13206174 or 6454582. OLE color: 6454582.

HSL color Cylindrical-coordinate representation of color #367D62: hue angle of 157.18º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367D62 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 125 98 -
CMYK 0.57 0 0.22 0.51
HSL 157.18º 0.4% 0.35% -
HSV(B) 157.18º 0.57% 0.49% -
XYZ 11.06 16.33 14.13 -
YUV 100.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 54 125 98 0.57 0 0.22 0.51 157.18 0.4 0.35
Hex 36 7D 62 39 0 16 33 9D 28 23
Octal 66 175 142 71 0 26 63 235 50 43
Binary 110110 1111101 1100010 111001 0 10110 110011 10011101 101000 100011

Color Harmonies of #367D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D62

Black with #367D62

Text Example


Text Example

White with #367D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367D62; }

 p { color: rgb(54,125,98); }

 H1.HeaderClassName
 {
   color: #367D62;
 }
 .AnyTagClassName
 {
   color: #367D62;
 }
</style>

background-color css

<style>
 a { background-color: #367D62; }

 a { background-color: rgb(54,125,98); }

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

border-color css

<style>
 span { border-color: #367D62; }

 span { border-color: rgb(54,125,98); }

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