Html Css Color HEX #367162 Genoa

📋 copy color: '#367162'

red 54 ◦ green 113 ◦ blue 98

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

Shades of Genoa #367162

Tints of Genoa #367162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 20.38%
G = 42.64%
B = 36.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#367162 (or 0x367162) is known color: Genoa. HEX triplet: 36, 71 and 62. RGB value is (54,113,98). Sum of RGB (Red+Green+Blue) = 54+113+98=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #367162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367162 is #C98E9D. Grayscale: #5D5D5D. Windows color (decimal): -13209246 or 6451510. OLE color: 6451510.

HSL color Cylindrical-coordinate representation of color #367162: hue angle of 164.75º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367162 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 98 -
CMYK 0.52 0 0.13 0.56
HSL 164.75º 0.35% 0.33% -
HSV(B) 164.75º 0.52% 0.44% -
XYZ 9.63 13.48 13.65 -
YUV 93.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 54 113 98 0.52 0 0.13 0.56 164.75 0.35 0.33
Hex 36 71 62 34 0 D 38 A5 23 21
Octal 66 161 142 64 0 15 70 245 43 41
Binary 110110 1110001 1100010 110100 0 1101 111000 10100101 100011 100001

Color Harmonies of #367162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367162

Black with #367162

Text Example


Text Example

White with #367162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367162; }

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

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

background-color css

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

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

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

border-color css

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

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

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