#33453F

Color #33453F Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #33453F

Tints of Te Papa Green #33453F

Color information

#33453F (or 0x33453F) is unknown color: approx Te Papa Green. HEX triplet: 33, 45 and 3F. RGB value is (51,69,63). Sum of RGB (Red+Green+Blue) = 51+69+63=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #33453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33453F is #CCBAC0. Grayscale: #3E3E3E. Windows color (decimal): -13417153 or 4146483. OLE color: 4146483.

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

Color convert

RGB516963-
CMYK0.2600.090.73
HSL160º15%23.53%-
HSV(B)160º26.09%27.06%-
XYZ4.395.325.5-
YUV62.93128.04119.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 63 (25% from 255) = 34.43%
R=27.87%
G=37.70%
B=34.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5169630.2600.090.731601523.53
Hex33453F1A0949a0f18
Octal6310577320111112401730
Binary11001110001011111111101001001100100110100000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33453F;
 }
 .AnyTagClassName
 {
   color: #33453F;
 }
</style>
background-color css

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

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

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

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

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

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