Html Css Color HEX #334941 Te Papa Green

📋 copy color: '#334941'

red 51 ◦ green 73 ◦ blue 65

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

Shades of Te Papa Green #334941

Tints of Te Papa Green #334941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.62%

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 26.98%
G = 38.62%
B = 34.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#334941 (or 0x334941) is known color: Te Papa Green. HEX triplet: 33, 49 and 41. RGB value is (51,73,65). Sum of RGB (Red+Green+Blue) = 51+73+65=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #334941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334941 is #CCB6BE. Grayscale: #414141. Windows color (decimal): -13416127 or 4278579. OLE color: 4278579.

HSL color Cylindrical-coordinate representation of color #334941: hue angle of 158.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334941 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 73 65 -
CMYK 0.30 0 0.11 0.71
HSL 158.18º 0.18% 0.24% -
HSV(B) 158.18º 0.3% 0.29% -
XYZ 4.7 5.85 5.88 -
YUV 65.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 51 73 65 0.30 0 0.11 0.71 158.18 0.18 0.24
Hex 33 49 41 1E 0 B 47 9E 12 18
Octal 63 111 101 36 0 13 107 236 22 30
Binary 110011 1001001 1000001 11110 0 1011 1000111 10011110 10010 11000

Color Harmonies of #334941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334941

Black with #334941

Text Example


Text Example

White with #334941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334941; }

 p { color: rgb(51,73,65); }

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

background-color css

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

 a { background-color: rgb(51,73,65); }

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

border-color css

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

 span { border-color: rgb(51,73,65); }

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