#33453E

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

Shades of Te Papa Green #33453E

Tints of Te Papa Green #33453E

Color information

#33453E (or 0x33453E) is unknown color: approx Te Papa Green. HEX triplet: 33, 45 and 3E. RGB value is (51,69,62). Sum of RGB (Red+Green+Blue) = 51+69+62=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 69 - color contains mainly: green. Hex color #33453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33453E is #CCBAC1. Grayscale: #3E3E3E. Windows color (decimal): -13417154 or 4080947. OLE color: 4080947.

HSL color Cylindrical-coordinate representation of color #33453E: hue angle of 156.67º 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 #33453E is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB516962-
CMYK0.2600.100.73
HSL156.67º15%23.53%-
HSV(B)156.67º26.09%27.06%-
XYZ4.365.315.35-
YUV62.82127.54119.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=28.02%
G=37.91%
B=34.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5169620.2600.100.73156.671523.53
Hex33453E1A0A499df18
Octal6310576320121112351730
Binary11001110001011111101101001010100100110011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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