Html Css Color HEX #357765 Genoa

📋 copy color: '#357765'

red 53 ◦ green 119 ◦ blue 101

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

Shades of Genoa #357765

Tints of Genoa #357765

RGB

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

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

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

R = 19.41%
G = 43.59%
B = 37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#357765 (or 0x357765) is known color: Genoa. HEX triplet: 35, 77 and 65. RGB value is (53,119,101). Sum of RGB (Red+Green+Blue) = 53+119+101=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #357765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357765 is #CA889A. Grayscale: #616161. Windows color (decimal): -13273243 or 6649653. OLE color: 6649653.

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

Color convert

RGB 53 119 101 -
CMYK 0.55 0 0.15 0.53
HSL 163.64º 0.38% 0.34% -
HSV(B) 163.64º 0.55% 0.47% -
XYZ 10.41 14.89 14.64 -
YUV 97.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 53 119 101 0.55 0 0.15 0.53 163.64 0.38 0.34
Hex 35 77 65 37 0 F 35 A4 26 22
Octal 65 167 145 67 0 17 65 244 46 42
Binary 110101 1110111 1100101 110111 0 1111 110101 10100100 100110 100010

Color Harmonies of #357765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357765

Black with #357765

Text Example


Text Example

White with #357765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357765; }

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

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

background-color css

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

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

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

border-color css

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

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

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