Html Css Color HEX #33735E Genoa

📋 copy color: '#33735E'

red 51 ◦ green 115 ◦ blue 94

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

Shades of Genoa #33735E

Tints of Genoa #33735E

RGB

 RED value IS 51 (20.31% from 255) = 19.62%

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

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 19.62%
G = 44.23%
B = 36.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#33735E (or 0x33735E) is known color: Genoa. HEX triplet: 33, 73 and 5E. RGB value is (51,115,94). Sum of RGB (Red+Green+Blue) = 51+115+94=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #33735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33735E is #CC8CA1. Grayscale: #5D5D5D. Windows color (decimal): -13405346 or 6189875. OLE color: 6189875.

HSL color Cylindrical-coordinate representation of color #33735E: hue angle of 160.31º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33735E is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 115 94 -
CMYK 0.56 0 0.18 0.55
HSL 160.31º 0.39% 0.33% -
HSV(B) 160.31º 0.56% 0.45% -
XYZ 9.52 13.77 12.75 -
YUV 93.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 51 115 94 0.56 0 0.18 0.55 160.31 0.39 0.33
Hex 33 73 5E 38 0 12 37 A0 27 21
Octal 63 163 136 70 0 22 67 240 47 41
Binary 110011 1110011 1011110 111000 0 10010 110111 10100000 100111 100001

Color Harmonies of #33735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33735E

Black with #33735E

Text Example


Text Example

White with #33735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33735E; }

 p { color: rgb(51,115,94); }

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

background-color css

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

 a { background-color: rgb(51,115,94); }

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

border-color css

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

 span { border-color: rgb(51,115,94); }

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