Html Css Color HEX #325348 Te Papa Green

📋 copy color: '#325348'

red 50 ◦ green 83 ◦ blue 72

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

Shades of Te Papa Green #325348

Tints of Te Papa Green #325348

RGB

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

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

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

R = 24.39%
G = 40.49%
B = 35.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#325348 (or 0x325348) is known color: Te Papa Green. HEX triplet: 32, 53 and 48. RGB value is (50,83,72). Sum of RGB (Red+Green+Blue) = 50+83+72=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #325348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325348 is #CDACB7. Grayscale: #474747. Windows color (decimal): -13479096 or 4739890. OLE color: 4739890.

HSL color Cylindrical-coordinate representation of color #325348: hue angle of 160º 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 #325348 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 83 72 -
CMYK 0.40 0 0.13 0.67
HSL 160º 0.25% 0.26% -
HSV(B) 160º 0.4% 0.33% -
XYZ 5.58 7.33 7.25 -
YUV 71.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 50 83 72 0.40 0 0.13 0.67 160 0.25 0.26
Hex 32 53 48 28 0 D 43 A0 19 1A
Octal 62 123 110 50 0 15 103 240 31 32
Binary 110010 1010011 1001000 101000 0 1101 1000011 10100000 11001 11010

Color Harmonies of #325348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325348

Black with #325348

Text Example


Text Example

White with #325348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325348; }

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

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

background-color css

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

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

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

border-color css

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

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

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