Html Css Color HEX #367465 Genoa

📋 copy color: '#367465'

red 54 ◦ green 116 ◦ blue 101

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

Shades of Genoa #367465

Tints of Genoa #367465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

 BLUE value IS 101 (39.84% from 255) = 37.27%

R = 19.93%
G = 42.8%
B = 37.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#367465 (or 0x367465) is known color: Genoa. HEX triplet: 36, 74 and 65. RGB value is (54,116,101). Sum of RGB (Red+Green+Blue) = 54+116+101=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #367465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367465 is #C98B9A. Grayscale: #5F5F5F. Windows color (decimal): -13208475 or 6648886. OLE color: 6648886.

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

Color convert

RGB 54 116 101 -
CMYK 0.53 0 0.13 0.55
HSL 165.48º 0.36% 0.33% -
HSV(B) 165.48º 0.53% 0.45% -
XYZ 10.12 14.21 14.52 -
YUV 95.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 54 116 101 0.53 0 0.13 0.55 165.48 0.36 0.33
Hex 36 74 65 35 0 D 37 A5 24 21
Octal 66 164 145 65 0 15 67 245 44 41
Binary 110110 1110100 1100101 110101 0 1101 110111 10100101 100100 100001

Color Harmonies of #367465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367465

Black with #367465

Text Example


Text Example

White with #367465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367465; }

 p { color: rgb(54,116,101); }

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

background-color css

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

 a { background-color: rgb(54,116,101); }

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

border-color css

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

 span { border-color: rgb(54,116,101); }

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