Html Css Color HEX #335043 Te Papa Green

📋 copy color: '#335043'

red 51 ◦ green 80 ◦ blue 67

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

Shades of Te Papa Green #335043

Tints of Te Papa Green #335043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.84%

R = 25.76%
G = 40.4%
B = 33.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#335043 (or 0x335043) is known color: Te Papa Green. HEX triplet: 33, 50 and 43. RGB value is (51,80,67). Sum of RGB (Red+Green+Blue) = 51+80+67=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #335043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335043 is #CCAFBC. Grayscale: #454545. Windows color (decimal): -13414333 or 4411443. OLE color: 4411443.

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

Color convert

RGB 51 80 67 -
CMYK 0.36 0 0.16 0.69
HSL 153.1º 0.22% 0.26% -
HSV(B) 153.1º 0.36% 0.31% -
XYZ 5.25 6.85 6.36 -
YUV 69.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 51 80 67 0.36 0 0.16 0.69 153.1 0.22 0.26
Hex 33 50 43 24 0 10 45 99 16 1A
Octal 63 120 103 44 0 20 105 231 26 32
Binary 110011 1010000 1000011 100100 0 10000 1000101 10011001 10110 11010

Color Harmonies of #335043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335043

Black with #335043

Text Example


Text Example

White with #335043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335043; }

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

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

background-color css

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

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

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

border-color css

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

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

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