Html Css Color HEX #32483F Te Papa Green

📋 copy color: '#32483F'

red 50 ◦ green 72 ◦ blue 63

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

Shades of Te Papa Green #32483F

Tints of Te Papa Green #32483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.92%

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

R = 27.03%
G = 38.92%
B = 34.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#32483F (or 0x32483F) is known color: Te Papa Green. HEX triplet: 32, 48 and 3F. RGB value is (50,72,63). Sum of RGB (Red+Green+Blue) = 50+72+63=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #32483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32483F is #CDB7C0. Grayscale: #404040. Windows color (decimal): -13481921 or 4147250. OLE color: 4147250.

HSL color Cylindrical-coordinate representation of color #32483F: hue angle of 155.45º 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 #32483F is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 72 63 -
CMYK 0.31 0 0.12 0.72
HSL 155.45º 0.18% 0.24% -
HSV(B) 155.45º 0.31% 0.28% -
XYZ 4.53 5.67 5.56 -
YUV 64.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 50 72 63 0.31 0 0.12 0.72 155.45 0.18 0.24
Hex 32 48 3F 1F 0 C 48 9B 12 18
Octal 62 110 77 37 0 14 110 233 22 30
Binary 110010 1001000 111111 11111 0 1100 1001000 10011011 10010 11000

Color Harmonies of #32483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32483F

Black with #32483F

Text Example


Text Example

White with #32483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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