Html Css Color HEX #357165 Genoa

📋 copy color: '#357165'

red 53 ◦ green 113 ◦ blue 101

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

Shades of Genoa #357165

Tints of Genoa #357165

RGB

 RED value IS 53 (21.09% from 255) = 19.85%

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

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

R = 19.85%
G = 42.32%
B = 37.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#357165 (or 0x357165) is known color: Genoa. HEX triplet: 35, 71 and 65. RGB value is (53,113,101). Sum of RGB (Red+Green+Blue) = 53+113+101=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #357165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357165 is #CA8E9A. Grayscale: #5D5D5D. Windows color (decimal): -13274779 or 6648117. OLE color: 6648117.

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

Color convert

RGB 53 113 101 -
CMYK 0.53 0 0.11 0.56
HSL 168º 0.36% 0.33% -
HSV(B) 168º 0.53% 0.44% -
XYZ 9.72 13.51 14.41 -
YUV 93.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 53 113 101 0.53 0 0.11 0.56 168 0.36 0.33
Hex 35 71 65 35 0 B 38 A8 24 21
Octal 65 161 145 65 0 13 70 250 44 41
Binary 110101 1110001 1100101 110101 0 1011 111000 10101000 100100 100001

Color Harmonies of #357165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357165

Black with #357165

Text Example


Text Example

White with #357165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357165; }

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

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

background-color css

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

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

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

border-color css

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

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

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