Html Css Color HEX #35756F Genoa

📋 copy color: '#35756F'

red 53 ◦ green 117 ◦ blue 111

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

Shades of Genoa #35756F

Tints of Genoa #35756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 18.86%
G = 41.64%
B = 39.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#35756F (or 0x35756F) is known color: Genoa. HEX triplet: 35, 75 and 6F. RGB value is (53,117,111). Sum of RGB (Red+Green+Blue) = 53+117+111=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #35756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35756F is #CA8A90. Grayscale: #616161. Windows color (decimal): -13273745 or 7304501. OLE color: 7304501.

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

Color convert

RGB 53 117 111 -
CMYK 0.55 0 0.05 0.54
HSL 174.38º 0.38% 0.33% -
HSV(B) 174.38º 0.55% 0.46% -
XYZ 10.7 14.63 17.3 -
YUV 97.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 53 117 111 0.55 0 0.05 0.54 174.38 0.38 0.33
Hex 35 75 6F 37 0 5 36 AE 26 21
Octal 65 165 157 67 0 5 66 256 46 41
Binary 110101 1110101 1101111 110111 0 101 110110 10101110 100110 100001

Color Harmonies of #35756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35756F

Black with #35756F

Text Example


Text Example

White with #35756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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