Html Css Color HEX #367C63 Viridian

📋 copy color: '#367C63'

red 54 ◦ green 124 ◦ blue 99

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

Shades of Viridian #367C63

Tints of Viridian #367C63

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.77%

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

R = 19.49%
G = 44.77%
B = 35.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#367C63 (or 0x367C63) is known color: Viridian. HEX triplet: 36, 7C and 63. RGB value is (54,124,99). Sum of RGB (Red+Green+Blue) = 54+124+99=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #367C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C63 is #C9839C. Grayscale: #646464. Windows color (decimal): -13206429 or 6519862. OLE color: 6519862.

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

Color convert

RGB 54 124 99 -
CMYK 0.56 0 0.20 0.51
HSL 158.57º 0.39% 0.35% -
HSV(B) 158.57º 0.56% 0.49% -
XYZ 10.98 16.1 14.33 -
YUV 100.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 54 124 99 0.56 0 0.20 0.51 158.57 0.39 0.35
Hex 36 7C 63 38 0 14 33 9F 27 23
Octal 66 174 143 70 0 24 63 237 47 43
Binary 110110 1111100 1100011 111000 0 10100 110011 10011111 100111 100011

Color Harmonies of #367C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C63

Black with #367C63

Text Example


Text Example

White with #367C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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