#32453E

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

Shades of Te Papa Green #32453E

Tints of Te Papa Green #32453E

Color information

#32453E (or 0x32453E) is unknown color: approx Te Papa Green. HEX triplet: 32, 45 and 3E. RGB value is (50,69,62). Sum of RGB (Red+Green+Blue) = 50+69+62=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 69 - color contains mainly: green. Hex color #32453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32453E is #CDBAC1. Grayscale: #3E3E3E. Windows color (decimal): -13482690 or 4080946. OLE color: 4080946.

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

Color convert

RGB506962-
CMYK0.2800.100.73
HSL157.89º15.97%23.33%-
HSV(B)157.89º27.54%27.06%-
XYZ4.315.285.35-
YUV62.52127.71119.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=27.62%
G=38.12%
B=34.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069620.2800.100.73157.8915.9723.33
Hex32453E1C0A499e1017
Octal6210576340121112362027
Binary110010100010111111011100010101001001100111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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