Html Css Color HEX #335248 Te Papa Green

📋 copy color: '#335248'

red 51 ◦ green 82 ◦ blue 72

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

Shades of Te Papa Green #335248

Tints of Te Papa Green #335248

RGB

 RED value IS 51 (20.31% from 255) = 24.88%

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

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

R = 24.88%
G = 40%
B = 35.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#335248 (or 0x335248) is known color: Te Papa Green. HEX triplet: 33, 52 and 48. RGB value is (51,82,72). Sum of RGB (Red+Green+Blue) = 51+82+72=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #335248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335248 is #CCADB7. Grayscale: #474747. Windows color (decimal): -13413816 or 4739635. OLE color: 4739635.

HSL color Cylindrical-coordinate representation of color #335248: hue angle of 160.65º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #335248 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 82 72 -
CMYK 0.38 0 0.12 0.68
HSL 160.65º 0.23% 0.26% -
HSV(B) 160.65º 0.38% 0.32% -
XYZ 5.55 7.21 7.23 -
YUV 71.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 51 82 72 0.38 0 0.12 0.68 160.65 0.23 0.26
Hex 33 52 48 26 0 C 44 A1 17 1A
Octal 63 122 110 46 0 14 104 241 27 32
Binary 110011 1010010 1001000 100110 0 1100 1000100 10100001 10111 11010

Color Harmonies of #335248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335248

Black with #335248

Text Example


Text Example

White with #335248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335248; }

 p { color: rgb(51,82,72); }

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

background-color css

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

 a { background-color: rgb(51,82,72); }

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

border-color css

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

 span { border-color: rgb(51,82,72); }

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