Html Css Color HEX #335042 Te Papa Green

📋 copy color: '#335042'

red 51 ◦ green 80 ◦ blue 66

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

Shades of Te Papa Green #335042

Tints of Te Papa Green #335042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 25.89%
G = 40.61%
B = 33.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#335042 (or 0x335042) is known color: Te Papa Green. HEX triplet: 33, 50 and 42. RGB value is (51,80,66). Sum of RGB (Red+Green+Blue) = 51+80+66=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #335042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335042 is #CCAFBD. Grayscale: #454545. Windows color (decimal): -13414334 or 4345907. OLE color: 4345907.

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

Color convert

RGB 51 80 66 -
CMYK 0.36 0 0.17 0.69
HSL 151.03º 0.22% 0.26% -
HSV(B) 151.03º 0.36% 0.31% -
XYZ 5.22 6.83 6.2 -
YUV 69.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 51 80 66 0.36 0 0.17 0.69 151.03 0.22 0.26
Hex 33 50 42 24 0 11 45 97 16 1A
Octal 63 120 102 44 0 21 105 227 26 32
Binary 110011 1010000 1000010 100100 0 10001 1000101 10010111 10110 11010

Color Harmonies of #335042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335042

Black with #335042

Text Example


Text Example

White with #335042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335042; }

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

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

background-color css

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

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

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

border-color css

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

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

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