Html Css Color HEX #325244 Te Papa Green

📋 copy color: '#325244'

red 50 ◦ green 82 ◦ blue 68

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

Shades of Te Papa Green #325244

Tints of Te Papa Green #325244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34%

R = 25%
G = 41%
B = 34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#325244 (or 0x325244) is known color: Te Papa Green. HEX triplet: 32, 52 and 44. RGB value is (50,82,68). Sum of RGB (Red+Green+Blue) = 50+82+68=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #325244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325244 is #CDADBB. Grayscale: #464646. Windows color (decimal): -13479356 or 4477490. OLE color: 4477490.

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

Color convert

RGB 50 82 68 -
CMYK 0.39 0 0.17 0.68
HSL 153.75º 0.24% 0.26% -
HSV(B) 153.75º 0.39% 0.32% -
XYZ 5.38 7.13 6.56 -
YUV 70.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 50 82 68 0.39 0 0.17 0.68 153.75 0.24 0.26
Hex 32 52 44 27 0 11 44 9A 18 1A
Octal 62 122 104 47 0 21 104 232 30 32
Binary 110010 1010010 1000100 100111 0 10001 1000100 10011010 11000 11010

Color Harmonies of #325244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325244

Black with #325244

Text Example


Text Example

White with #325244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325244; }

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

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

background-color css

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

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

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

border-color css

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

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

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