Html Css Color HEX #337165 Genoa

📋 copy color: '#337165'

red 51 ◦ green 113 ◦ blue 101

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

Shades of Genoa #337165

Tints of Genoa #337165

RGB

 RED value IS 51 (20.31% from 255) = 19.25%

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

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

R = 19.25%
G = 42.64%
B = 38.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#337165 (or 0x337165) is known color: Genoa. HEX triplet: 33, 71 and 65. RGB value is (51,113,101). Sum of RGB (Red+Green+Blue) = 51+113+101=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #337165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337165 is #CC8E9A. Grayscale: #5D5D5D. Windows color (decimal): -13405851 or 6648115. OLE color: 6648115.

HSL color Cylindrical-coordinate representation of color #337165: hue angle of 168.39º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337165 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 101 -
CMYK 0.55 0 0.11 0.56
HSL 168.39º 0.38% 0.32% -
HSV(B) 168.39º 0.55% 0.44% -
XYZ 9.62 13.45 14.4 -
YUV 93.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 51 113 101 0.55 0 0.11 0.56 168.39 0.38 0.32
Hex 33 71 65 37 0 B 38 A8 26 20
Octal 63 161 145 67 0 13 70 250 46 40
Binary 110011 1110001 1100101 110111 0 1011 111000 10101000 100110 100000

Color Harmonies of #337165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337165

Black with #337165

Text Example


Text Example

White with #337165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337165; }

 p { color: rgb(51,113,101); }

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

background-color css

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

 a { background-color: rgb(51,113,101); }

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

border-color css

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

 span { border-color: rgb(51,113,101); }

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