Html Css Color HEX #32463F Te Papa Green

📋 copy color: '#32463F'

red 50 ◦ green 70 ◦ blue 63

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

Shades of Te Papa Green #32463F

Tints of Te Papa Green #32463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

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

R = 27.32%
G = 38.25%
B = 34.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#32463F (or 0x32463F) is known color: Te Papa Green. HEX triplet: 32, 46 and 3F. RGB value is (50,70,63). Sum of RGB (Red+Green+Blue) = 50+70+63=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #32463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32463F is #CDB9C0. Grayscale: #3F3F3F. Windows color (decimal): -13482433 or 4146738. OLE color: 4146738.

HSL color Cylindrical-coordinate representation of color #32463F: hue angle of 159º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #32463F is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 70 63 -
CMYK 0.29 0 0.10 0.73
HSL 159º 0.17% 0.24% -
HSV(B) 159º 0.29% 0.27% -
XYZ 4.4 5.42 5.52 -
YUV 63.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 50 70 63 0.29 0 0.10 0.73 159 0.17 0.24
Hex 32 46 3F 1D 0 A 49 9F 11 18
Octal 62 106 77 35 0 12 111 237 21 30
Binary 110010 1000110 111111 11101 0 1010 1001001 10011111 10001 11000

Color Harmonies of #32463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32463F

Black with #32463F

Text Example


Text Example

White with #32463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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