Html Css Color HEX #334D44 Te Papa Green

📋 copy color: '#334D44'

red 51 ◦ green 77 ◦ blue 68

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

Shades of Te Papa Green #334D44

Tints of Te Papa Green #334D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 26.02%
G = 39.29%
B = 34.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#334D44 (or 0x334D44) is known color: Te Papa Green. HEX triplet: 33, 4D and 44. RGB value is (51,77,68). Sum of RGB (Red+Green+Blue) = 51+77+68=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #334D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D44 is #CCB2BB. Grayscale: #444444. Windows color (decimal): -13415100 or 4476211. OLE color: 4476211.

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

Color convert

RGB 51 77 68 -
CMYK 0.34 0 0.12 0.70
HSL 159.23º 0.2% 0.25% -
HSV(B) 159.23º 0.34% 0.3% -
XYZ 5.06 6.43 6.44 -
YUV 68.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 51 77 68 0.34 0 0.12 0.70 159.23 0.2 0.25
Hex 33 4D 44 22 0 C 46 9F 14 19
Octal 63 115 104 42 0 14 106 237 24 31
Binary 110011 1001101 1000100 100010 0 1100 1000110 10011111 10100 11001

Color Harmonies of #334D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D44

Black with #334D44

Text Example


Text Example

White with #334D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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