Html Css Color HEX #367069 Genoa

📋 copy color: '#367069'

red 54 ◦ green 112 ◦ blue 105

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

Shades of Genoa #367069

Tints of Genoa #367069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

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

R = 19.93%
G = 41.33%
B = 38.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#367069 (or 0x367069) is known color: Genoa. HEX triplet: 36, 70 and 69. RGB value is (54,112,105). Sum of RGB (Red+Green+Blue) = 54+112+105=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #367069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367069 is #C98F96. Grayscale: #5D5D5D. Windows color (decimal): -13209495 or 6910006. OLE color: 6910006.

HSL color Cylindrical-coordinate representation of color #367069: hue angle of 172.76º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367069 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 105 -
CMYK 0.52 0 0.06 0.56
HSL 172.76º 0.35% 0.33% -
HSV(B) 172.76º 0.52% 0.44% -
XYZ 9.87 13.39 15.43 -
YUV 93.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 54 112 105 0.52 0 0.06 0.56 172.76 0.35 0.33
Hex 36 70 69 34 0 6 38 AD 23 21
Octal 66 160 151 64 0 6 70 255 43 41
Binary 110110 1110000 1101001 110100 0 110 111000 10101101 100011 100001

Color Harmonies of #367069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367069

Black with #367069

Text Example


Text Example

White with #367069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367069; }

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

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

background-color css

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

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

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

border-color css

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

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

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