Html Css Color HEX #33493F Te Papa Green

📋 copy color: '#33493F'

red 51 ◦ green 73 ◦ blue 63

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

Shades of Te Papa Green #33493F

Tints of Te Papa Green #33493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.04%

 BLUE value IS 63 (25% from 255) = 33.69%

R = 27.27%
G = 39.04%
B = 33.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#33493F (or 0x33493F) is known color: Te Papa Green. HEX triplet: 33, 49 and 3F. RGB value is (51,73,63). Sum of RGB (Red+Green+Blue) = 51+73+63=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #33493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33493F is #CCB6C0. Grayscale: #414141. Windows color (decimal): -13416129 or 4147507. OLE color: 4147507.

HSL color Cylindrical-coordinate representation of color #33493F: hue angle of 152.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #33493F is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 73 63 -
CMYK 0.30 0 0.14 0.71
HSL 152.73º 0.18% 0.24% -
HSV(B) 152.73º 0.3% 0.29% -
XYZ 4.64 5.83 5.58 -
YUV 65.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 51 73 63 0.30 0 0.14 0.71 152.73 0.18 0.24
Hex 33 49 3F 1E 0 E 47 99 12 18
Octal 63 111 77 36 0 16 107 231 22 30
Binary 110011 1001001 111111 11110 0 1110 1000111 10011001 10010 11000

Color Harmonies of #33493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33493F

Black with #33493F

Text Example


Text Example

White with #33493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,73,63); }

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

background-color css

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

 a { background-color: rgb(51,73,63); }

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

border-color css

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

 span { border-color: rgb(51,73,63); }

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