Html Css Color HEX #33726B Genoa

📋 copy color: '#33726B'

red 51 ◦ green 114 ◦ blue 107

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

Shades of Genoa #33726B

Tints of Genoa #33726B

RGB

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

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

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

R = 18.75%
G = 41.91%
B = 39.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#33726B (or 0x33726B) is known color: Genoa. HEX triplet: 33, 72 and 6B. RGB value is (51,114,107). Sum of RGB (Red+Green+Blue) = 51+114+107=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #33726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33726B is #CC8D94. Grayscale: #5E5E5E. Windows color (decimal): -13405589 or 7041587. OLE color: 7041587.

HSL color Cylindrical-coordinate representation of color #33726B: hue angle of 173.33º 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 #33726B is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 107 -
CMYK 0.55 0 0.06 0.55
HSL 173.33º 0.38% 0.32% -
HSV(B) 173.33º 0.55% 0.45% -
XYZ 10.04 13.8 16.04 -
YUV 94.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 51 114 107 0.55 0 0.06 0.55 173.33 0.38 0.32
Hex 33 72 6B 37 0 6 37 AD 26 20
Octal 63 162 153 67 0 6 67 255 46 40
Binary 110011 1110010 1101011 110111 0 110 110111 10101101 100110 100000

Color Harmonies of #33726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33726B

Black with #33726B

Text Example


Text Example

White with #33726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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