Html Css Color HEX #335048 Te Papa Green

📋 copy color: '#335048'

red 51 ◦ green 80 ◦ blue 72

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

Shades of Te Papa Green #335048

Tints of Te Papa Green #335048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

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

R = 25.12%
G = 39.41%
B = 35.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#335048 (or 0x335048) is known color: Te Papa Green. HEX triplet: 33, 50 and 48. RGB value is (51,80,72). Sum of RGB (Red+Green+Blue) = 51+80+72=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #335048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335048 is #CCAFB7. Grayscale: #464646. Windows color (decimal): -13414328 or 4739123. OLE color: 4739123.

HSL color Cylindrical-coordinate representation of color #335048: hue angle of 163.45º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #335048 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 72 -
CMYK 0.36 0 0.10 0.69
HSL 163.45º 0.22% 0.26% -
HSV(B) 163.45º 0.36% 0.31% -
XYZ 5.4 6.91 7.18 -
YUV 70.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 51 80 72 0.36 0 0.10 0.69 163.45 0.22 0.26
Hex 33 50 48 24 0 A 45 A3 16 1A
Octal 63 120 110 44 0 12 105 243 26 32
Binary 110011 1010000 1001000 100100 0 1010 1000101 10100011 10110 11010

Color Harmonies of #335048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335048

Black with #335048

Text Example


Text Example

White with #335048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335048; }

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

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

background-color css

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

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

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

border-color css

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

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

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