Html Css Color HEX #325346 Te Papa Green

📋 copy color: '#325346'

red 50 ◦ green 83 ◦ blue 70

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

Shades of Te Papa Green #325346

Tints of Te Papa Green #325346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 24.63%
G = 40.89%
B = 34.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#325346 (or 0x325346) is known color: Te Papa Green. HEX triplet: 32, 53 and 46. RGB value is (50,83,70). Sum of RGB (Red+Green+Blue) = 50+83+70=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #325346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325346 is #CDACB9. Grayscale: #474747. Windows color (decimal): -13479098 or 4608818. OLE color: 4608818.

HSL color Cylindrical-coordinate representation of color #325346: hue angle of 156.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325346 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 83 70 -
CMYK 0.40 0 0.16 0.67
HSL 156.36º 0.25% 0.26% -
HSV(B) 156.36º 0.4% 0.33% -
XYZ 5.51 7.31 6.91 -
YUV 71.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 50 83 70 0.40 0 0.16 0.67 156.36 0.25 0.26
Hex 32 53 46 28 0 10 43 9C 19 1A
Octal 62 123 106 50 0 20 103 234 31 32
Binary 110010 1010011 1000110 101000 0 10000 1000011 10011100 11001 11010

Color Harmonies of #325346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325346

Black with #325346

Text Example


Text Example

White with #325346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325346; }

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

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

background-color css

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

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

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

border-color css

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

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

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