Html Css Color HEX #367969 Genoa

📋 copy color: '#367969'

red 54 ◦ green 121 ◦ blue 105

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

Shades of Genoa #367969

Tints of Genoa #367969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.21%

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

R = 19.29%
G = 43.21%
B = 37.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#367969 (or 0x367969) is known color: Genoa. HEX triplet: 36, 79 and 69. RGB value is (54,121,105). Sum of RGB (Red+Green+Blue) = 54+121+105=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #367969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367969 is #C98696. Grayscale: #636363. Windows color (decimal): -13207191 or 6912310. OLE color: 6912310.

HSL color Cylindrical-coordinate representation of color #367969: hue angle of 165.67º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367969 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 121 105 -
CMYK 0.55 0 0.13 0.53
HSL 165.67º 0.38% 0.34% -
HSV(B) 165.67º 0.55% 0.47% -
XYZ 10.91 15.48 15.78 -
YUV 99.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 54 121 105 0.55 0 0.13 0.53 165.67 0.38 0.34
Hex 36 79 69 37 0 D 35 A6 26 22
Octal 66 171 151 67 0 15 65 246 46 42
Binary 110110 1111001 1101001 110111 0 1101 110101 10100110 100110 100010

Color Harmonies of #367969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367969

Black with #367969

Text Example


Text Example

White with #367969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367969; }

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

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

background-color css

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

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

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

border-color css

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

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

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