Html Css Color HEX #357262 Genoa

📋 copy color: '#357262'

red 53 ◦ green 114 ◦ blue 98

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

Shades of Genoa #357262

Tints of Genoa #357262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 20%
G = 43.02%
B = 36.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#357262 (or 0x357262) is known color: Genoa. HEX triplet: 35, 72 and 62. RGB value is (53,114,98). Sum of RGB (Red+Green+Blue) = 53+114+98=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #357262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357262 is #CA8D9D. Grayscale: #5D5D5D. Windows color (decimal): -13274526 or 6451765. OLE color: 6451765.

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

Color convert

RGB 53 114 98 -
CMYK 0.54 0 0.14 0.55
HSL 164.26º 0.37% 0.33% -
HSV(B) 164.26º 0.54% 0.45% -
XYZ 9.69 13.67 13.68 -
YUV 93.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 53 114 98 0.54 0 0.14 0.55 164.26 0.37 0.33
Hex 35 72 62 36 0 E 37 A4 25 21
Octal 65 162 142 66 0 16 67 244 45 41
Binary 110101 1110010 1100010 110110 0 1110 110111 10100100 100101 100001

Color Harmonies of #357262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357262

Black with #357262

Text Example


Text Example

White with #357262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357262; }

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

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

background-color css

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

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

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

border-color css

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

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

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