Html Css Color HEX #32473F Te Papa Green

📋 copy color: '#32473F'

red 50 ◦ green 71 ◦ blue 63

#32473F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #32473F

Tints of Te Papa Green #32473F

RGB

 RED value IS 50 (19.92% from 255) = 27.17%

 GREEN value IS 71 (28.13% from 255) = 38.59%

 BLUE value IS 63 (25% from 255) = 34.24%

R = 27.17%
G = 38.59%
B = 34.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#32473F (or 0x32473F) is known color: Te Papa Green. HEX triplet: 32, 47 and 3F. RGB value is (50,71,63). Sum of RGB (Red+Green+Blue) = 50+71+63=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 71 - color contains mainly: green. Hex color #32473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32473F is #CDB8C0. Grayscale: #3F3F3F. Windows color (decimal): -13482177 or 4146994. OLE color: 4146994.

HSL color Cylindrical-coordinate representation of color #32473F: hue angle of 157.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #32473F is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 71 63 -
CMYK 0.30 0 0.11 0.72
HSL 157.14º 0.17% 0.24% -
HSV(B) 157.14º 0.3% 0.28% -
XYZ 4.47 5.54 5.54 -
YUV 63.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 50 71 63 0.30 0 0.11 0.72 157.14 0.17 0.24
Hex 32 47 3F 1E 0 B 48 9D 11 18
Octal 62 107 77 36 0 13 110 235 21 30
Binary 110010 1000111 111111 11110 0 1011 1001000 10011101 10001 11000

Color Harmonies of #32473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32473F

Black with #32473F

Text Example


Text Example

White with #32473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,71,63); }

 H1.HeaderClassName
 {
   color: #32473F;
 }
 .AnyTagClassName
 {
   color: #32473F;
 }
</style>

background-color css

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

 a { background-color: rgb(50,71,63); }

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

border-color css

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

 span { border-color: rgb(50,71,63); }

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