Html Css Color HEX #335247 Te Papa Green

📋 copy color: '#335247'

red 51 ◦ green 82 ◦ blue 71

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

Shades of Te Papa Green #335247

Tints of Te Papa Green #335247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 25%
G = 40.2%
B = 34.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#335247 (or 0x335247) is known color: Te Papa Green. HEX triplet: 33, 52 and 47. RGB value is (51,82,71). Sum of RGB (Red+Green+Blue) = 51+82+71=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #335247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335247 is #CCADB8. Grayscale: #474747. Windows color (decimal): -13413817 or 4674099. OLE color: 4674099.

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

Color convert

RGB 51 82 71 -
CMYK 0.38 0 0.13 0.68
HSL 158.71º 0.23% 0.26% -
HSV(B) 158.71º 0.38% 0.32% -
XYZ 5.52 7.19 7.06 -
YUV 71.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 51 82 71 0.38 0 0.13 0.68 158.71 0.23 0.26
Hex 33 52 47 26 0 D 44 9F 17 1A
Octal 63 122 107 46 0 15 104 237 27 32
Binary 110011 1010010 1000111 100110 0 1101 1000100 10011111 10111 11010

Color Harmonies of #335247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335247

Black with #335247

Text Example


Text Example

White with #335247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335247; }

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

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

background-color css

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

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

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

border-color css

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

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

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