Html Css Color HEX #357260 Genoa

📋 copy color: '#357260'

red 53 ◦ green 114 ◦ blue 96

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

Shades of Genoa #357260

Tints of Genoa #357260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 20.15%
G = 43.35%
B = 36.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#357260 (or 0x357260) is known color: Genoa. HEX triplet: 35, 72 and 60. RGB value is (53,114,96). Sum of RGB (Red+Green+Blue) = 53+114+96=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #357260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357260 is #CA8D9F. Grayscale: #5D5D5D. Windows color (decimal): -13274528 or 6320693. OLE color: 6320693.

HSL color Cylindrical-coordinate representation of color #357260: hue angle of 162.3º 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 #357260 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 114 96 -
CMYK 0.54 0 0.16 0.55
HSL 162.3º 0.37% 0.33% -
HSV(B) 162.3º 0.54% 0.45% -
XYZ 9.6 13.64 13.19 -
YUV 93.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 53 114 96 0.54 0 0.16 0.55 162.3 0.37 0.33
Hex 35 72 60 36 0 10 37 A2 25 21
Octal 65 162 140 66 0 20 67 242 45 41
Binary 110101 1110010 1100000 110110 0 10000 110111 10100010 100101 100001

Color Harmonies of #357260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357260

Black with #357260

Text Example


Text Example

White with #357260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357260; }

 p { color: rgb(53,114,96); }

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

background-color css

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

 a { background-color: rgb(53,114,96); }

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

border-color css

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

 span { border-color: rgb(53,114,96); }

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