Html Css Color HEX #325246 Te Papa Green

📋 copy color: '#325246'

red 50 ◦ green 82 ◦ blue 70

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

Shades of Te Papa Green #325246

Tints of Te Papa Green #325246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.65%

R = 24.75%
G = 40.59%
B = 34.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#325246 (or 0x325246) is known color: Te Papa Green. HEX triplet: 32, 52 and 46. RGB value is (50,82,70). Sum of RGB (Red+Green+Blue) = 50+82+70=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #325246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325246 is #CDADB9. Grayscale: #474747. Windows color (decimal): -13479354 or 4608562. OLE color: 4608562.

HSL color Cylindrical-coordinate representation of color #325246: hue angle of 157.5º 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 #325246 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 70 -
CMYK 0.39 0 0.15 0.68
HSL 157.5º 0.24% 0.26% -
HSV(B) 157.5º 0.39% 0.32% -
XYZ 5.44 7.15 6.89 -
YUV 71.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 50 82 70 0.39 0 0.15 0.68 157.5 0.24 0.26
Hex 32 52 46 27 0 F 44 9E 18 1A
Octal 62 122 106 47 0 17 104 236 30 32
Binary 110010 1010010 1000110 100111 0 1111 1000100 10011110 11000 11010

Color Harmonies of #325246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325246

Black with #325246

Text Example


Text Example

White with #325246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325246; }

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

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

background-color css

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

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

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

border-color css

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

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

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