Html Css Color HEX #35756B Genoa

📋 copy color: '#35756B'

red 53 ◦ green 117 ◦ blue 107

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

Shades of Genoa #35756B

Tints of Genoa #35756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.63%

R = 19.13%
G = 42.24%
B = 38.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#35756B (or 0x35756B) is known color: Genoa. HEX triplet: 35, 75 and 6B. RGB value is (53,117,107). Sum of RGB (Red+Green+Blue) = 53+117+107=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #35756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35756B is #CA8A94. Grayscale: #606060. Windows color (decimal): -13273749 or 7042357. OLE color: 7042357.

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

Color convert

RGB 53 117 107 -
CMYK 0.55 0 0.09 0.54
HSL 170.63º 0.38% 0.33% -
HSV(B) 170.63º 0.55% 0.46% -
XYZ 10.48 14.54 16.16 -
YUV 96.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 53 117 107 0.55 0 0.09 0.54 170.63 0.38 0.33
Hex 35 75 6B 37 0 9 36 AB 26 21
Octal 65 165 153 67 0 11 66 253 46 41
Binary 110101 1110101 1101011 110111 0 1001 110110 10101011 100110 100001

Color Harmonies of #35756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35756B

Black with #35756B

Text Example


Text Example

White with #35756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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