Html Css Color HEX #367F69 Viridian

📋 copy color: '#367F69'

red 54 ◦ green 127 ◦ blue 105

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

Shades of Viridian #367F69

Tints of Viridian #367F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 18.88%
G = 44.41%
B = 36.71%

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

#367F69 (or 0x367F69) is known color: Viridian. HEX triplet: 36, 7F and 69. RGB value is (54,127,105). Sum of RGB (Red+Green+Blue) = 54+127+105=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #367F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F69 is #C98096. Grayscale: #666666. Windows color (decimal): -13205655 or 6913846. OLE color: 6913846.

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

Color convert

RGB 54 127 105 -
CMYK 0.57 0 0.17 0.50
HSL 161.92º 0.4% 0.35% -
HSV(B) 161.92º 0.57% 0.5% -
XYZ 11.66 16.98 16.03 -
YUV 102.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 54 127 105 0.57 0 0.17 0.50 161.92 0.4 0.35
Hex 36 7F 69 39 0 11 32 A2 28 23
Octal 66 177 151 71 0 21 62 242 50 43
Binary 110110 1111111 1101001 111001 0 10001 110010 10100010 101000 100011

Color Harmonies of #367F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F69

Black with #367F69

Text Example


Text Example

White with #367F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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