Html Css Color HEX #33716B Genoa

📋 copy color: '#33716B'

red 51 ◦ green 113 ◦ blue 107

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

Shades of Genoa #33716B

Tints of Genoa #33716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

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

R = 18.82%
G = 41.7%
B = 39.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#33716B (or 0x33716B) is known color: Genoa. HEX triplet: 33, 71 and 6B. RGB value is (51,113,107). Sum of RGB (Red+Green+Blue) = 51+113+107=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #33716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33716B is #CC8E94. Grayscale: #5D5D5D. Windows color (decimal): -13405845 or 7041331. OLE color: 7041331.

HSL color Cylindrical-coordinate representation of color #33716B: hue angle of 174.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33716B is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 107 -
CMYK 0.55 0 0.05 0.56
HSL 174.19º 0.38% 0.32% -
HSV(B) 174.19º 0.55% 0.44% -
XYZ 9.92 13.58 16.01 -
YUV 93.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 51 113 107 0.55 0 0.05 0.56 174.19 0.38 0.32
Hex 33 71 6B 37 0 5 38 AE 26 20
Octal 63 161 153 67 0 5 70 256 46 40
Binary 110011 1110001 1101011 110111 0 101 111000 10101110 100110 100000

Color Harmonies of #33716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33716B

Black with #33716B

Text Example


Text Example

White with #33716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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