Html Css Color HEX #325248 Te Papa Green

📋 copy color: '#325248'

red 50 ◦ green 82 ◦ blue 72

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

Shades of Te Papa Green #325248

Tints of Te Papa Green #325248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.2%

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 24.51%
G = 40.2%
B = 35.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#325248 (or 0x325248) is known color: Te Papa Green. HEX triplet: 32, 52 and 48. RGB value is (50,82,72). Sum of RGB (Red+Green+Blue) = 50+82+72=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #325248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325248 is #CDADB7. Grayscale: #474747. Windows color (decimal): -13479352 or 4739634. OLE color: 4739634.

HSL color Cylindrical-coordinate representation of color #325248: hue angle of 161.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325248 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 72 -
CMYK 0.39 0 0.12 0.68
HSL 161.25º 0.24% 0.26% -
HSV(B) 161.25º 0.39% 0.32% -
XYZ 5.5 7.18 7.23 -
YUV 71.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 50 82 72 0.39 0 0.12 0.68 161.25 0.24 0.26
Hex 32 52 48 27 0 C 44 A1 18 1A
Octal 62 122 110 47 0 14 104 241 30 32
Binary 110010 1010010 1001000 100111 0 1100 1000100 10100001 11000 11010

Color Harmonies of #325248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325248

Black with #325248

Text Example


Text Example

White with #325248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325248; }

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

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

background-color css

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

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

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

border-color css

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

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

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