#32483E

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

Shades of Te Papa Green #32483E

Tints of Te Papa Green #32483E

Color information

#32483E (or 0x32483E) is unknown color: approx Te Papa Green. HEX triplet: 32, 48 and 3E. RGB value is (50,72,62). Sum of RGB (Red+Green+Blue) = 50+72+62=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #32483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32483E is #CDB7C1. Grayscale: #404040. Windows color (decimal): -13481922 or 4081714. OLE color: 4081714.

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

Color convert

RGB507262-
CMYK0.3100.140.72
HSL152.73º18.03%23.92%-
HSV(B)152.73º30.56%28.24%-
XYZ4.55.665.41-
YUV64.28126.71117.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=27.17%
G=39.13%
B=33.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072620.3100.140.72152.7318.0323.92
Hex32483E1F0E48991218
Octal6211076370161102312230
Binary110010100100011111011111011101001000100110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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