Html Css Color HEX #357569 Genoa

📋 copy color: '#357569'

red 53 ◦ green 117 ◦ blue 105

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

Shades of Genoa #357569

Tints of Genoa #357569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.55%

 BLUE value IS 105 (41.41% from 255) = 38.18%

R = 19.27%
G = 42.55%
B = 38.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#357569 (or 0x357569) is known color: Genoa. HEX triplet: 35, 75 and 69. RGB value is (53,117,105). Sum of RGB (Red+Green+Blue) = 53+117+105=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #357569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357569 is #CA8A96. Grayscale: #606060. Windows color (decimal): -13273751 or 6911285. OLE color: 6911285.

HSL color Cylindrical-coordinate representation of color #357569: hue angle of 168.75º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357569 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 105 -
CMYK 0.55 0 0.10 0.54
HSL 168.75º 0.38% 0.33% -
HSV(B) 168.75º 0.55% 0.46% -
XYZ 10.38 14.5 15.62 -
YUV 96.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 53 117 105 0.55 0 0.10 0.54 168.75 0.38 0.33
Hex 35 75 69 37 0 A 36 A9 26 21
Octal 65 165 151 67 0 12 66 251 46 41
Binary 110101 1110101 1101001 110111 0 1010 110110 10101001 100110 100001

Color Harmonies of #357569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357569

Black with #357569

Text Example


Text Example

White with #357569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357569; }

 p { color: rgb(53,117,105); }

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

background-color css

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

 a { background-color: rgb(53,117,105); }

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

border-color css

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

 span { border-color: rgb(53,117,105); }

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