Html Css Color HEX #335045 Te Papa Green

📋 copy color: '#335045'

red 51 ◦ green 80 ◦ blue 69

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

Shades of Te Papa Green #335045

Tints of Te Papa Green #335045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.5%

R = 25.5%
G = 40%
B = 34.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#335045 (or 0x335045) is known color: Te Papa Green. HEX triplet: 33, 50 and 45. RGB value is (51,80,69). Sum of RGB (Red+Green+Blue) = 51+80+69=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #335045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335045 is #CCAFBA. Grayscale: #464646. Windows color (decimal): -13414331 or 4542515. OLE color: 4542515.

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

Color convert

RGB 51 80 69 -
CMYK 0.36 0 0.14 0.69
HSL 157.24º 0.22% 0.26% -
HSV(B) 157.24º 0.36% 0.31% -
XYZ 5.31 6.87 6.68 -
YUV 70.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 51 80 69 0.36 0 0.14 0.69 157.24 0.22 0.26
Hex 33 50 45 24 0 E 45 9D 16 1A
Octal 63 120 105 44 0 16 105 235 26 32
Binary 110011 1010000 1000101 100100 0 1110 1000101 10011101 10110 11010

Color Harmonies of #335045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335045

Black with #335045

Text Example


Text Example

White with #335045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335045; }

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

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

background-color css

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

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

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

border-color css

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

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

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