Html Css Color HEX #357565 Genoa

📋 copy color: '#357565'

red 53 ◦ green 117 ◦ blue 101

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

Shades of Genoa #357565

Tints of Genoa #357565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

 BLUE value IS 101 (39.84% from 255) = 37.27%

R = 19.56%
G = 43.17%
B = 37.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#357565 (or 0x357565) is known color: Genoa. HEX triplet: 35, 75 and 65. RGB value is (53,117,101). Sum of RGB (Red+Green+Blue) = 53+117+101=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #357565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357565 is #CA8A9A. Grayscale: #606060. Windows color (decimal): -13273755 or 6649141. OLE color: 6649141.

HSL color Cylindrical-coordinate representation of color #357565: hue angle of 165º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357565 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 101 -
CMYK 0.55 0 0.14 0.54
HSL 165º 0.38% 0.33% -
HSV(B) 165º 0.55% 0.46% -
XYZ 10.18 14.42 14.56 -
YUV 96.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 53 117 101 0.55 0 0.14 0.54 165 0.38 0.33
Hex 35 75 65 37 0 E 36 A5 26 21
Octal 65 165 145 67 0 16 66 245 46 41
Binary 110101 1110101 1100101 110111 0 1110 110110 10100101 100110 100001

Color Harmonies of #357565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357565

Black with #357565

Text Example


Text Example

White with #357565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357565; }

 p { color: rgb(53,117,101); }

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

background-color css

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

 a { background-color: rgb(53,117,101); }

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

border-color css

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

 span { border-color: rgb(53,117,101); }

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