Html Css Color HEX #357261 Genoa

📋 copy color: '#357261'

red 53 ◦ green 114 ◦ blue 97

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

Shades of Genoa #357261

Tints of Genoa #357261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 20.08%
G = 43.18%
B = 36.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#357261 (or 0x357261) is known color: Genoa. HEX triplet: 35, 72 and 61. RGB value is (53,114,97). Sum of RGB (Red+Green+Blue) = 53+114+97=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #357261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357261 is #CA8D9E. Grayscale: #5D5D5D. Windows color (decimal): -13274527 or 6386229. OLE color: 6386229.

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

Color convert

RGB 53 114 97 -
CMYK 0.54 0 0.15 0.55
HSL 163.28º 0.37% 0.33% -
HSV(B) 163.28º 0.54% 0.45% -
XYZ 9.64 13.65 13.44 -
YUV 93.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 53 114 97 0.54 0 0.15 0.55 163.28 0.37 0.33
Hex 35 72 61 36 0 F 37 A3 25 21
Octal 65 162 141 66 0 17 67 243 45 41
Binary 110101 1110010 1100001 110110 0 1111 110111 10100011 100101 100001

Color Harmonies of #357261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357261

Black with #357261

Text Example


Text Example

White with #357261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357261; }

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

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

background-color css

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

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

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

border-color css

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

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

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