Html Css Color HEX #367269 Genoa

📋 copy color: '#367269'

red 54 ◦ green 114 ◦ blue 105

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

Shades of Genoa #367269

Tints of Genoa #367269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.76%

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

R = 19.78%
G = 41.76%
B = 38.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#367269 (or 0x367269) is known color: Genoa. HEX triplet: 36, 72 and 69. RGB value is (54,114,105). Sum of RGB (Red+Green+Blue) = 54+114+105=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #367269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367269 is #C98D96. Grayscale: #5F5F5F. Windows color (decimal): -13208983 or 6910518. OLE color: 6910518.

HSL color Cylindrical-coordinate representation of color #367269: hue angle of 171º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367269 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 105 -
CMYK 0.53 0 0.08 0.55
HSL 171º 0.36% 0.33% -
HSV(B) 171º 0.53% 0.45% -
XYZ 10.09 13.84 15.5 -
YUV 95.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 54 114 105 0.53 0 0.08 0.55 171 0.36 0.33
Hex 36 72 69 35 0 8 37 AB 24 21
Octal 66 162 151 65 0 10 67 253 44 41
Binary 110110 1110010 1101001 110101 0 1000 110111 10101011 100100 100001

Color Harmonies of #367269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367269

Black with #367269

Text Example


Text Example

White with #367269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367269; }

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

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

background-color css

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

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

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

border-color css

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

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

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