Html Css Color HEX #334841 Te Papa Green

📋 copy color: '#334841'

red 51 ◦ green 72 ◦ blue 65

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

Shades of Te Papa Green #334841

Tints of Te Papa Green #334841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

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

R = 27.13%
G = 38.3%
B = 34.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#334841 (or 0x334841) is known color: Te Papa Green. HEX triplet: 33, 48 and 41. RGB value is (51,72,65). Sum of RGB (Red+Green+Blue) = 51+72+65=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #334841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334841 is #CCB7BE. Grayscale: #404040. Windows color (decimal): -13416383 or 4278323. OLE color: 4278323.

HSL color Cylindrical-coordinate representation of color #334841: hue angle of 160º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #334841 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 72 65 -
CMYK 0.29 0 0.10 0.72
HSL 160º 0.17% 0.24% -
HSV(B) 160º 0.29% 0.28% -
XYZ 4.64 5.72 5.86 -
YUV 64.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 51 72 65 0.29 0 0.10 0.72 160 0.17 0.24
Hex 33 48 41 1D 0 A 48 A0 11 18
Octal 63 110 101 35 0 12 110 240 21 30
Binary 110011 1001000 1000001 11101 0 1010 1001000 10100000 10001 11000

Color Harmonies of #334841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334841

Black with #334841

Text Example


Text Example

White with #334841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334841; }

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

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

background-color css

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

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

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

border-color css

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

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

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