Html Css Color HEX #357763 Genoa

📋 copy color: '#357763'

red 53 ◦ green 119 ◦ blue 99

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

Shades of Genoa #357763

Tints of Genoa #357763

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 19.56%
G = 43.91%
B = 36.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#357763 (or 0x357763) is known color: Genoa. HEX triplet: 35, 77 and 63. RGB value is (53,119,99). Sum of RGB (Red+Green+Blue) = 53+119+99=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #357763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357763 is #CA889C. Grayscale: #606060. Windows color (decimal): -13273245 or 6518581. OLE color: 6518581.

HSL color Cylindrical-coordinate representation of color #357763: hue angle of 161.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357763 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 99 -
CMYK 0.55 0 0.17 0.53
HSL 161.82º 0.38% 0.34% -
HSV(B) 161.82º 0.55% 0.47% -
XYZ 10.32 14.85 14.13 -
YUV 96.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 53 119 99 0.55 0 0.17 0.53 161.82 0.38 0.34
Hex 35 77 63 37 0 11 35 A2 26 22
Octal 65 167 143 67 0 21 65 242 46 42
Binary 110101 1110111 1100011 110111 0 10001 110101 10100010 100110 100010

Color Harmonies of #357763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357763

Black with #357763

Text Example


Text Example

White with #357763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357763; }

 p { color: rgb(53,119,99); }

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

background-color css

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

 a { background-color: rgb(53,119,99); }

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

border-color css

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

 span { border-color: rgb(53,119,99); }

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