Html Css Color HEX #367C71 Genoa

📋 copy color: '#367C71'

red 54 ◦ green 124 ◦ blue 113

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

Shades of Genoa #367C71

Tints of Genoa #367C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 18.56%
G = 42.61%
B = 38.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#367C71 (or 0x367C71) is known color: Genoa. HEX triplet: 36, 7C and 71. RGB value is (54,124,113). Sum of RGB (Red+Green+Blue) = 54+124+113=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #367C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C71 is #C9838E. Grayscale: #656565. Windows color (decimal): -13206415 or 7437366. OLE color: 7437366.

HSL color Cylindrical-coordinate representation of color #367C71: hue angle of 170.57º 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 #367C71 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 124 113 -
CMYK 0.56 0 0.09 0.51
HSL 170.57º 0.39% 0.35% -
HSV(B) 170.57º 0.56% 0.49% -
XYZ 11.71 16.39 18.17 -
YUV 101.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 54 124 113 0.56 0 0.09 0.51 170.57 0.39 0.35
Hex 36 7C 71 38 0 9 33 AB 27 23
Octal 66 174 161 70 0 11 63 253 47 43
Binary 110110 1111100 1110001 111000 0 1001 110011 10101011 100111 100011

Color Harmonies of #367C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C71

Black with #367C71

Text Example


Text Example

White with #367C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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