Html Css Color HEX #334D46 Te Papa Green

📋 copy color: '#334D46'

red 51 ◦ green 77 ◦ blue 70

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

Shades of Te Papa Green #334D46

Tints of Te Papa Green #334D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.89%

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

R = 25.76%
G = 38.89%
B = 35.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#334D46 (or 0x334D46) is known color: Te Papa Green. HEX triplet: 33, 4D and 46. RGB value is (51,77,70). Sum of RGB (Red+Green+Blue) = 51+77+70=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 77 - color contains mainly: green. Hex color #334D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D46 is #CCB2B9. Grayscale: #444444. Windows color (decimal): -13415098 or 4607283. OLE color: 4607283.

HSL color Cylindrical-coordinate representation of color #334D46: hue angle of 163.85º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #334D46 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 77 70 -
CMYK 0.34 0 0.09 0.70
HSL 163.85º 0.2% 0.25% -
HSV(B) 163.85º 0.34% 0.3% -
XYZ 5.12 6.45 6.77 -
YUV 68.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 51 77 70 0.34 0 0.09 0.70 163.85 0.2 0.25
Hex 33 4D 46 22 0 9 46 A4 14 19
Octal 63 115 106 42 0 11 106 244 24 31
Binary 110011 1001101 1000110 100010 0 1001 1000110 10100100 10100 11001

Color Harmonies of #334D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D46

Black with #334D46

Text Example


Text Example

White with #334D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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