Html Css Color HEX #35736B Genoa

📋 copy color: '#35736B'

red 53 ◦ green 115 ◦ blue 107

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

Shades of Genoa #35736B

Tints of Genoa #35736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

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

R = 19.27%
G = 41.82%
B = 38.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#35736B (or 0x35736B) is known color: Genoa. HEX triplet: 35, 73 and 6B. RGB value is (53,115,107). Sum of RGB (Red+Green+Blue) = 53+115+107=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #35736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35736B is #CA8C94. Grayscale: #5F5F5F. Windows color (decimal): -13274261 or 7041845. OLE color: 7041845.

HSL color Cylindrical-coordinate representation of color #35736B: hue angle of 172.26º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35736B is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 115 107 -
CMYK 0.54 0 0.07 0.55
HSL 172.26º 0.37% 0.33% -
HSV(B) 172.26º 0.54% 0.45% -
XYZ 10.25 14.08 16.09 -
YUV 95.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 53 115 107 0.54 0 0.07 0.55 172.26 0.37 0.33
Hex 35 73 6B 36 0 7 37 AC 25 21
Octal 65 163 153 66 0 7 67 254 45 41
Binary 110101 1110011 1101011 110110 0 111 110111 10101100 100101 100001

Color Harmonies of #35736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35736B

Black with #35736B

Text Example


Text Example

White with #35736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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