Html Css Color HEX #334E41 Te Papa Green

📋 copy color: '#334E41'

red 51 ◦ green 78 ◦ blue 65

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

Shades of Te Papa Green #334E41

Tints of Te Papa Green #334E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.21%

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

R = 26.29%
G = 40.21%
B = 33.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#334E41 (or 0x334E41) is known color: Te Papa Green. HEX triplet: 33, 4E and 41. RGB value is (51,78,65). Sum of RGB (Red+Green+Blue) = 51+78+65=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 78 - color contains mainly: green. Hex color #334E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E41 is #CCB1BE. Grayscale: #444444. Windows color (decimal): -13414847 or 4279859. OLE color: 4279859.

HSL color Cylindrical-coordinate representation of color #334E41: hue angle of 151.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334E41 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 78 65 -
CMYK 0.35 0 0.17 0.69
HSL 151.11º 0.21% 0.25% -
HSV(B) 151.11º 0.35% 0.31% -
XYZ 5.04 6.53 6 -
YUV 68.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 51 78 65 0.35 0 0.17 0.69 151.11 0.21 0.25
Hex 33 4E 41 23 0 11 45 97 15 19
Octal 63 116 101 43 0 21 105 227 25 31
Binary 110011 1001110 1000001 100011 0 10001 1000101 10010111 10101 11001

Color Harmonies of #334E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E41

Black with #334E41

Text Example


Text Example

White with #334E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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