Html Css Color HEX #33725F Genoa

📋 copy color: '#33725F'

red 51 ◦ green 114 ◦ blue 95

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

Shades of Genoa #33725F

Tints of Genoa #33725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 19.62%
G = 43.85%
B = 36.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#33725F (or 0x33725F) is known color: Genoa. HEX triplet: 33, 72 and 5F. RGB value is (51,114,95). Sum of RGB (Red+Green+Blue) = 51+114+95=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #33725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33725F is #CC8DA0. Grayscale: #5D5D5D. Windows color (decimal): -13405601 or 6255155. OLE color: 6255155.

HSL color Cylindrical-coordinate representation of color #33725F: hue angle of 161.9º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33725F is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 95 -
CMYK 0.55 0 0.17 0.55
HSL 161.9º 0.38% 0.32% -
HSV(B) 161.9º 0.55% 0.45% -
XYZ 9.45 13.56 12.95 -
YUV 93 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 51 114 95 0.55 0 0.17 0.55 161.9 0.38 0.32
Hex 33 72 5F 37 0 11 37 A2 26 20
Octal 63 162 137 67 0 21 67 242 46 40
Binary 110011 1110010 1011111 110111 0 10001 110111 10100010 100110 100000

Color Harmonies of #33725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33725F

Black with #33725F

Text Example


Text Example

White with #33725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,114,95); }

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

background-color css

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

 a { background-color: rgb(51,114,95); }

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

border-color css

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

 span { border-color: rgb(51,114,95); }

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