Html Css Color HEX #367C72 Genoa

📋 copy color: '#367C72'

red 54 ◦ green 124 ◦ blue 114

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

Shades of Genoa #367C72

Tints of Genoa #367C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.47%

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

R = 18.49%
G = 42.47%
B = 39.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#367C72 (or 0x367C72) is known color: Genoa. HEX triplet: 36, 7C and 72. RGB value is (54,124,114). Sum of RGB (Red+Green+Blue) = 54+124+114=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #367C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C72 is #C9838D. Grayscale: #656565. Windows color (decimal): -13206414 or 7502902. OLE color: 7502902.

HSL color Cylindrical-coordinate representation of color #367C72: hue angle of 171.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C72 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 124 114 -
CMYK 0.56 0 0.08 0.51
HSL 171.43º 0.39% 0.35% -
HSV(B) 171.43º 0.56% 0.49% -
XYZ 11.77 16.41 18.47 -
YUV 101.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 54 124 114 0.56 0 0.08 0.51 171.43 0.39 0.35
Hex 36 7C 72 38 0 8 33 AB 27 23
Octal 66 174 162 70 0 10 63 253 47 43
Binary 110110 1111100 1110010 111000 0 1000 110011 10101011 100111 100011

Color Harmonies of #367C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C72

Black with #367C72

Text Example


Text Example

White with #367C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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