Html Css Color HEX #357669 Genoa

📋 copy color: '#357669'

red 53 ◦ green 118 ◦ blue 105

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

Shades of Genoa #357669

Tints of Genoa #357669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

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

R = 19.2%
G = 42.75%
B = 38.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#357669 (or 0x357669) is known color: Genoa. HEX triplet: 35, 76 and 69. RGB value is (53,118,105). Sum of RGB (Red+Green+Blue) = 53+118+105=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #357669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357669 is #CA8996. Grayscale: #616161. Windows color (decimal): -13273495 or 6911541. OLE color: 6911541.

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

Color convert

RGB 53 118 105 -
CMYK 0.55 0 0.11 0.54
HSL 168º 0.38% 0.34% -
HSV(B) 168º 0.55% 0.46% -
XYZ 10.5 14.73 15.66 -
YUV 97.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 53 118 105 0.55 0 0.11 0.54 168 0.38 0.34
Hex 35 76 69 37 0 B 36 A8 26 22
Octal 65 166 151 67 0 13 66 250 46 42
Binary 110101 1110110 1101001 110111 0 1011 110110 10101000 100110 100010

Color Harmonies of #357669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357669

Black with #357669

Text Example


Text Example

White with #357669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357669; }

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

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

background-color css

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

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

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

border-color css

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

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

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