Html Css Color HEX #367D63 Viridian

📋 copy color: '#367D63'

red 54 ◦ green 125 ◦ blue 99

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

Shades of Viridian #367D63

Tints of Viridian #367D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.61%

R = 19.42%
G = 44.96%
B = 35.61%

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

#367D63 (or 0x367D63) is known color: Viridian. HEX triplet: 36, 7D and 63. RGB value is (54,125,99). Sum of RGB (Red+Green+Blue) = 54+125+99=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 125 - color contains mainly: green. Hex color #367D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D63 is #C9829C. Grayscale: #646464. Windows color (decimal): -13206173 or 6520118. OLE color: 6520118.

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

Color convert

RGB 54 125 99 -
CMYK 0.57 0 0.21 0.51
HSL 158.03º 0.4% 0.35% -
HSV(B) 158.03º 0.57% 0.49% -
XYZ 11.11 16.35 14.38 -
YUV 100.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 54 125 99 0.57 0 0.21 0.51 158.03 0.4 0.35
Hex 36 7D 63 39 0 15 33 9E 28 23
Octal 66 175 143 71 0 25 63 236 50 43
Binary 110110 1111101 1100011 111001 0 10101 110011 10011110 101000 100011

Color Harmonies of #367D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D63

Black with #367D63

Text Example


Text Example

White with #367D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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