#33483E

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

Shades of Te Papa Green #33483E

Tints of Te Papa Green #33483E

Color information

#33483E (or 0x33483E) is unknown color: approx Te Papa Green. HEX triplet: 33, 48 and 3E. RGB value is (51,72,62). Sum of RGB (Red+Green+Blue) = 51+72+62=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #33483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33483E is #CCB7C1. Grayscale: #404040. Windows color (decimal): -13416386 or 4081715. OLE color: 4081715.

HSL color Cylindrical-coordinate representation of color #33483E: hue angle of 151.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #33483E is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB517262-
CMYK0.2900.140.72
HSL151.43º17.07%24.12%-
HSV(B)151.43º29.17%28.24%-
XYZ4.555.695.42-
YUV64.58126.54118.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=27.57%
G=38.92%
B=33.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5172620.2900.140.72151.4317.0724.12
Hex33483E1D0E48971118
Octal6311076350161102272130
Binary110011100100011111011101011101001000100101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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