Html Css Color HEX #367872 Genoa

📋 copy color: '#367872'

red 54 ◦ green 120 ◦ blue 114

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

Shades of Genoa #367872

Tints of Genoa #367872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.67%

 BLUE value IS 114 (44.92% from 255) = 39.58%

R = 18.75%
G = 41.67%
B = 39.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#367872 (or 0x367872) is known color: Genoa. HEX triplet: 36, 78 and 72. RGB value is (54,120,114). Sum of RGB (Red+Green+Blue) = 54+120+114=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #367872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367872 is #C9878D. Grayscale: #636363. Windows color (decimal): -13207438 or 7501878. OLE color: 7501878.

HSL color Cylindrical-coordinate representation of color #367872: hue angle of 174.55º 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 #367872 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 120 114 -
CMYK 0.55 0 0.05 0.53
HSL 174.55º 0.38% 0.34% -
HSV(B) 174.55º 0.55% 0.47% -
XYZ 11.28 15.43 18.3 -
YUV 99.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 54 120 114 0.55 0 0.05 0.53 174.55 0.38 0.34
Hex 36 78 72 37 0 5 35 AF 26 22
Octal 66 170 162 67 0 5 65 257 46 42
Binary 110110 1111000 1110010 110111 0 101 110101 10101111 100110 100010

Color Harmonies of #367872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367872

Black with #367872

Text Example


Text Example

White with #367872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367872; }

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

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

background-color css

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

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

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

border-color css

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

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

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