Html Css Color HEX #367D64 Viridian

📋 copy color: '#367D64'

red 54 ◦ green 125 ◦ blue 100

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

Shades of Viridian #367D64

Tints of Viridian #367D64

RGB

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

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

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

R = 19.35%
G = 44.8%
B = 35.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#367D64 (or 0x367D64) is known color: Viridian. HEX triplet: 36, 7D and 64. RGB value is (54,125,100). Sum of RGB (Red+Green+Blue) = 54+125+100=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #367D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D64 is #C9829B. Grayscale: #646464. Windows color (decimal): -13206172 or 6585654. OLE color: 6585654.

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

Color convert

RGB 54 125 100 -
CMYK 0.57 0 0.2 0.51
HSL 158.87º 0.4% 0.35% -
HSV(B) 158.87º 0.57% 0.49% -
XYZ 11.16 16.37 14.63 -
YUV 100.92 127.48 94.53 -
System Red Green Blue C M Y K H S L
Decimal 54 125 100 0.57 0 0.2 0.51 158.87 0.4 0.35
Hex 36 7D 64 39 0 14 33 9F 28 23
Octal 66 175 144 71 0 24 63 237 50 43
Binary 110110 1111101 1100100 111001 0 10100 110011 10011111 101000 100011

Color Harmonies of #367D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D64

Black with #367D64

Text Example


Text Example

White with #367D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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