Html Css Color HEX #33756F Genoa

📋 copy color: '#33756F'

red 51 ◦ green 117 ◦ blue 111

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

Shades of Genoa #33756F

Tints of Genoa #33756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 18.28%
G = 41.94%
B = 39.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#33756F (or 0x33756F) is known color: Genoa. HEX triplet: 33, 75 and 6F. RGB value is (51,117,111). Sum of RGB (Red+Green+Blue) = 51+117+111=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #33756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33756F is #CC8A90. Grayscale: #606060. Windows color (decimal): -13404817 or 7304499. OLE color: 7304499.

HSL color Cylindrical-coordinate representation of color #33756F: hue angle of 174.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33756F is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 111 -
CMYK 0.56 0 0.05 0.54
HSL 174.55º 0.39% 0.33% -
HSV(B) 174.55º 0.56% 0.46% -
XYZ 10.6 14.57 17.29 -
YUV 96.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 51 117 111 0.56 0 0.05 0.54 174.55 0.39 0.33
Hex 33 75 6F 38 0 5 36 AF 27 21
Octal 63 165 157 70 0 5 66 257 47 41
Binary 110011 1110101 1101111 111000 0 101 110110 10101111 100111 100001

Color Harmonies of #33756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33756F

Black with #33756F

Text Example


Text Example

White with #33756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,117,111); }

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

background-color css

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

 a { background-color: rgb(51,117,111); }

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

border-color css

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

 span { border-color: rgb(51,117,111); }

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