Html Css Color HEX #33745F Genoa

📋 copy color: '#33745F'

red 51 ◦ green 116 ◦ blue 95

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

Shades of Genoa #33745F

Tints of Genoa #33745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

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

R = 19.47%
G = 44.27%
B = 36.26%

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

#33745F (or 0x33745F) is known color: Genoa. HEX triplet: 33, 74 and 5F. RGB value is (51,116,95). Sum of RGB (Red+Green+Blue) = 51+116+95=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #33745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33745F is #CC8BA0. Grayscale: #5E5E5E. Windows color (decimal): -13405089 or 6255667. OLE color: 6255667.

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

Color convert

RGB 51 116 95 -
CMYK 0.56 0 0.18 0.55
HSL 160.62º 0.39% 0.33% -
HSV(B) 160.62º 0.56% 0.45% -
XYZ 9.68 14.02 13.02 -
YUV 94.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 51 116 95 0.56 0 0.18 0.55 160.62 0.39 0.33
Hex 33 74 5F 38 0 12 37 A1 27 21
Octal 63 164 137 70 0 22 67 241 47 41
Binary 110011 1110100 1011111 111000 0 10010 110111 10100001 100111 100001

Color Harmonies of #33745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33745F

Black with #33745F

Text Example


Text Example

White with #33745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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