Html Css Color HEX #325242 Te Papa Green

📋 copy color: '#325242'

red 50 ◦ green 82 ◦ blue 66

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

Shades of Te Papa Green #325242

Tints of Te Papa Green #325242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 25.25%
G = 41.41%
B = 33.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#325242 (or 0x325242) is known color: Te Papa Green. HEX triplet: 32, 52 and 42. RGB value is (50,82,66). Sum of RGB (Red+Green+Blue) = 50+82+66=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #325242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325242 is #CDADBD. Grayscale: #464646. Windows color (decimal): -13479358 or 4346418. OLE color: 4346418.

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

Color convert

RGB 50 82 66 -
CMYK 0.39 0 0.20 0.68
HSL 150º 0.24% 0.26% -
HSV(B) 150º 0.39% 0.32% -
XYZ 5.32 7.11 6.25 -
YUV 70.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 50 82 66 0.39 0 0.20 0.68 150 0.24 0.26
Hex 32 52 42 27 0 14 44 96 18 1A
Octal 62 122 102 47 0 24 104 226 30 32
Binary 110010 1010010 1000010 100111 0 10100 1000100 10010110 11000 11010

Color Harmonies of #325242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325242

Black with #325242

Text Example


Text Example

White with #325242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325242; }

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

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

background-color css

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

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

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

border-color css

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

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

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