Html Css Color HEX #367F6A Viridian

📋 copy color: '#367F6A'

red 54 ◦ green 127 ◦ blue 106

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

Shades of Viridian #367F6A

Tints of Viridian #367F6A

RGB

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

 GREEN value IS 127 (50% from 255) = 44.25%

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 18.82%
G = 44.25%
B = 36.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#367F6A (or 0x367F6A) is known color: Viridian. HEX triplet: 36, 7F and 6A. RGB value is (54,127,106). Sum of RGB (Red+Green+Blue) = 54+127+106=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #367F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F6A is #C98095. Grayscale: #666666. Windows color (decimal): -13205654 or 6979382. OLE color: 6979382.

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

Color convert

RGB 54 127 106 -
CMYK 0.57 0 0.17 0.50
HSL 162.74º 0.4% 0.35% -
HSV(B) 162.74º 0.57% 0.5% -
XYZ 11.71 17 16.3 -
YUV 102.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 54 127 106 0.57 0 0.17 0.50 162.74 0.4 0.35
Hex 36 7F 6A 39 0 11 32 A3 28 23
Octal 66 177 152 71 0 21 62 243 50 43
Binary 110110 1111111 1101010 111001 0 10001 110010 10100011 101000 100011

Color Harmonies of #367F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F6A

Black with #367F6A

Text Example


Text Example

White with #367F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,106); }

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

background-color css

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

 a { background-color: rgb(54,127,106); }

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

border-color css

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

 span { border-color: rgb(54,127,106); }

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