Html Css Color HEX #357769 Genoa

📋 copy color: '#357769'

red 53 ◦ green 119 ◦ blue 105

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

Shades of Genoa #357769

Tints of Genoa #357769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

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

R = 19.13%
G = 42.96%
B = 37.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#357769 (or 0x357769) is known color: Genoa. HEX triplet: 35, 77 and 69. RGB value is (53,119,105). Sum of RGB (Red+Green+Blue) = 53+119+105=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #357769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357769 is #CA8896. Grayscale: #616161. Windows color (decimal): -13273239 or 6911797. OLE color: 6911797.

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

Color convert

RGB 53 119 105 -
CMYK 0.55 0 0.12 0.53
HSL 167.27º 0.38% 0.34% -
HSV(B) 167.27º 0.55% 0.47% -
XYZ 10.61 14.97 15.69 -
YUV 97.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 53 119 105 0.55 0 0.12 0.53 167.27 0.38 0.34
Hex 35 77 69 37 0 C 35 A7 26 22
Octal 65 167 151 67 0 14 65 247 46 42
Binary 110101 1110111 1101001 110111 0 1100 110101 10100111 100110 100010

Color Harmonies of #357769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357769

Black with #357769

Text Example


Text Example

White with #357769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357769; }

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

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

background-color css

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

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

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

border-color css

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

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

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