Html Css Color HEX #367E64 Viridian

📋 copy color: '#367E64'

red 54 ◦ green 126 ◦ blue 100

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

Shades of Viridian #367E64

Tints of Viridian #367E64

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 19.29%
G = 45%
B = 35.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#367E64 (or 0x367E64) is known color: Viridian. HEX triplet: 36, 7E and 64. RGB value is (54,126,100). Sum of RGB (Red+Green+Blue) = 54+126+100=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #367E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E64 is #C9819B. Grayscale: #656565. Windows color (decimal): -13205916 or 6585910. OLE color: 6585910.

HSL color Cylindrical-coordinate representation of color #367E64: hue angle of 158.33º 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 #367E64 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 126 100 -
CMYK 0.57 0 0.21 0.51
HSL 158.33º 0.4% 0.35% -
HSV(B) 158.33º 0.57% 0.49% -
XYZ 11.28 16.63 14.67 -
YUV 101.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 54 126 100 0.57 0 0.21 0.51 158.33 0.4 0.35
Hex 36 7E 64 39 0 15 33 9E 28 23
Octal 66 176 144 71 0 25 63 236 50 43
Binary 110110 1111110 1100100 111001 0 10101 110011 10011110 101000 100011

Color Harmonies of #367E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E64

Black with #367E64

Text Example


Text Example

White with #367E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,126,100); }

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

background-color css

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

 a { background-color: rgb(54,126,100); }

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

border-color css

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

 span { border-color: rgb(54,126,100); }

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