Html Css Color HEX #33463F Te Papa Green

📋 copy color: '#33463F'

red 51 ◦ green 70 ◦ blue 63

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

Shades of Te Papa Green #33463F

Tints of Te Papa Green #33463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

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

R = 27.72%
G = 38.04%
B = 34.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#33463F (or 0x33463F) is known color: Te Papa Green. HEX triplet: 33, 46 and 3F. RGB value is (51,70,63). Sum of RGB (Red+Green+Blue) = 51+70+63=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #33463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33463F is #CCB9C0. Grayscale: #3F3F3F. Windows color (decimal): -13416897 or 4146739. OLE color: 4146739.

HSL color Cylindrical-coordinate representation of color #33463F: hue angle of 157.89º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #33463F is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 70 63 -
CMYK 0.27 0 0.10 0.73
HSL 157.89º 0.16% 0.24% -
HSV(B) 157.89º 0.27% 0.27% -
XYZ 4.45 5.44 5.52 -
YUV 63.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 51 70 63 0.27 0 0.10 0.73 157.89 0.16 0.24
Hex 33 46 3F 1B 0 A 49 9E 10 18
Octal 63 106 77 33 0 12 111 236 20 30
Binary 110011 1000110 111111 11011 0 1010 1001001 10011110 10000 11000

Color Harmonies of #33463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33463F

Black with #33463F

Text Example


Text Example

White with #33463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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