Html Css Color HEX #335044 Te Papa Green

📋 copy color: '#335044'

red 51 ◦ green 80 ◦ blue 68

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

Shades of Te Papa Green #335044

Tints of Te Papa Green #335044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 25.63%
G = 40.2%
B = 34.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#335044 (or 0x335044) is known color: Te Papa Green. HEX triplet: 33, 50 and 44. RGB value is (51,80,68). Sum of RGB (Red+Green+Blue) = 51+80+68=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #335044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335044 is #CCAFBB. Grayscale: #454545. Windows color (decimal): -13414332 or 4476979. OLE color: 4476979.

HSL color Cylindrical-coordinate representation of color #335044: hue angle of 155.17º 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 #335044 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 68 -
CMYK 0.36 0 0.15 0.69
HSL 155.17º 0.22% 0.26% -
HSV(B) 155.17º 0.36% 0.31% -
XYZ 5.28 6.86 6.51 -
YUV 69.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 51 80 68 0.36 0 0.15 0.69 155.17 0.22 0.26
Hex 33 50 44 24 0 F 45 9B 16 1A
Octal 63 120 104 44 0 17 105 233 26 32
Binary 110011 1010000 1000100 100100 0 1111 1000101 10011011 10110 11010

Color Harmonies of #335044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335044

Black with #335044

Text Example


Text Example

White with #335044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335044; }

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

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

background-color css

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

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

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

border-color css

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

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

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