Html Css Color HEX #357064 Genoa

📋 copy color: '#357064'

red 53 ◦ green 112 ◦ blue 100

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

Shades of Genoa #357064

Tints of Genoa #357064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 100 (39.45% from 255) = 37.74%

R = 20%
G = 42.26%
B = 37.74%

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

#357064 (or 0x357064) is known color: Genoa. HEX triplet: 35, 70 and 64. RGB value is (53,112,100). Sum of RGB (Red+Green+Blue) = 53+112+100=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #357064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357064 is #CA8F9B. Grayscale: #5C5C5C. Windows color (decimal): -13275036 or 6582325. OLE color: 6582325.

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

Color convert

RGB 53 112 100 -
CMYK 0.53 0 0.11 0.56
HSL 167.8º 0.36% 0.32% -
HSV(B) 167.8º 0.53% 0.44% -
XYZ 9.56 13.27 14.11 -
YUV 92.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 53 112 100 0.53 0 0.11 0.56 167.8 0.36 0.32
Hex 35 70 64 35 0 B 38 A8 24 20
Octal 65 160 144 65 0 13 70 250 44 40
Binary 110101 1110000 1100100 110101 0 1011 111000 10101000 100100 100000

Color Harmonies of #357064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357064

Black with #357064

Text Example


Text Example

White with #357064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357064; }

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

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

background-color css

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

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

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

border-color css

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

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

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