Html Css Color HEX #357D72 Genoa

📋 copy color: '#357D72'

red 53 ◦ green 125 ◦ blue 114

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

Shades of Genoa #357D72

Tints of Genoa #357D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.81%

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 18.15%
G = 42.81%
B = 39.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#357D72 (or 0x357D72) is known color: Genoa. HEX triplet: 35, 7D and 72. RGB value is (53,125,114). Sum of RGB (Red+Green+Blue) = 53+125+114=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #357D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D72 is #CA828D. Grayscale: #666666. Windows color (decimal): -13271694 or 7503157. OLE color: 7503157.

HSL color Cylindrical-coordinate representation of color #357D72: hue angle of 170.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D72 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 125 114 -
CMYK 0.58 0 0.09 0.51
HSL 170.83º 0.4% 0.35% -
HSV(B) 170.83º 0.58% 0.49% -
XYZ 11.84 16.64 18.51 -
YUV 102.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 53 125 114 0.58 0 0.09 0.51 170.83 0.4 0.35
Hex 35 7D 72 3A 0 9 33 AB 28 23
Octal 65 175 162 72 0 11 63 253 50 43
Binary 110101 1111101 1110010 111010 0 1001 110011 10101011 101000 100011

Color Harmonies of #357D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D72

Black with #357D72

Text Example


Text Example

White with #357D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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