Html Css Color HEX #357470 Genoa

📋 copy color: '#357470'

red 53 ◦ green 116 ◦ blue 112

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

Shades of Genoa #357470

Tints of Genoa #357470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 18.86%
G = 41.28%
B = 39.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#357470 (or 0x357470) is known color: Genoa. HEX triplet: 35, 74 and 70. RGB value is (53,116,112). Sum of RGB (Red+Green+Blue) = 53+116+112=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #357470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357470 is #CA8B8F. Grayscale: #606060. Windows color (decimal): -13274000 or 7369781. OLE color: 7369781.

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

Color convert

RGB 53 116 112 -
CMYK 0.54 0 0.03 0.55
HSL 176.19º 0.37% 0.33% -
HSV(B) 176.19º 0.54% 0.45% -
XYZ 10.64 14.42 17.55 -
YUV 96.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 53 116 112 0.54 0 0.03 0.55 176.19 0.37 0.33
Hex 35 74 70 36 0 3 37 B0 25 21
Octal 65 164 160 66 0 3 67 260 45 41
Binary 110101 1110100 1110000 110110 0 11 110111 10110000 100101 100001

Color Harmonies of #357470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357470

Black with #357470

Text Example


Text Example

White with #357470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357470; }

 p { color: rgb(53,116,112); }

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

background-color css

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

 a { background-color: rgb(53,116,112); }

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

border-color css

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

 span { border-color: rgb(53,116,112); }

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