Html Css Color HEX #334D45 Te Papa Green

📋 copy color: '#334D45'

red 51 ◦ green 77 ◦ blue 69

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

Shades of Te Papa Green #334D45

Tints of Te Papa Green #334D45

RGB

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

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

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

R = 25.89%
G = 39.09%
B = 35.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#334D45 (or 0x334D45) is known color: Te Papa Green. HEX triplet: 33, 4D and 45. RGB value is (51,77,69). Sum of RGB (Red+Green+Blue) = 51+77+69=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #334D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D45 is #CCB2BA. Grayscale: #444444. Windows color (decimal): -13415099 or 4541747. OLE color: 4541747.

HSL color Cylindrical-coordinate representation of color #334D45: hue angle of 161.54º 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 #334D45 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 77 69 -
CMYK 0.34 0 0.10 0.70
HSL 161.54º 0.2% 0.25% -
HSV(B) 161.54º 0.34% 0.3% -
XYZ 5.09 6.44 6.61 -
YUV 68.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 51 77 69 0.34 0 0.10 0.70 161.54 0.2 0.25
Hex 33 4D 45 22 0 A 46 A2 14 19
Octal 63 115 105 42 0 12 106 242 24 31
Binary 110011 1001101 1000101 100010 0 1010 1000110 10100010 10100 11001

Color Harmonies of #334D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D45

Black with #334D45

Text Example


Text Example

White with #334D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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