Html Css Color HEX #335146 Te Papa Green

📋 copy color: '#335146'

red 51 ◦ green 81 ◦ blue 70

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

Shades of Te Papa Green #335146

Tints of Te Papa Green #335146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

 BLUE value IS 70 (27.73% from 255) = 34.65%

R = 25.25%
G = 40.1%
B = 34.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#335146 (or 0x335146) is known color: Te Papa Green. HEX triplet: 33, 51 and 46. RGB value is (51,81,70). Sum of RGB (Red+Green+Blue) = 51+81+70=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #335146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335146 is #CCAEB9. Grayscale: #464646. Windows color (decimal): -13414074 or 4608307. OLE color: 4608307.

HSL color Cylindrical-coordinate representation of color #335146: hue angle of 158º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #335146 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 81 70 -
CMYK 0.37 0 0.14 0.68
HSL 158º 0.23% 0.26% -
HSV(B) 158º 0.37% 0.32% -
XYZ 5.41 7.03 6.87 -
YUV 70.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 51 81 70 0.37 0 0.14 0.68 158 0.23 0.26
Hex 33 51 46 25 0 E 44 9E 17 1A
Octal 63 121 106 45 0 16 104 236 27 32
Binary 110011 1010001 1000110 100101 0 1110 1000100 10011110 10111 11010

Color Harmonies of #335146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335146

Black with #335146

Text Example


Text Example

White with #335146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335146; }

 p { color: rgb(51,81,70); }

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

background-color css

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

 a { background-color: rgb(51,81,70); }

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

border-color css

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

 span { border-color: rgb(51,81,70); }

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