Html Css Color HEX #334840 Te Papa Green

📋 copy color: '#334840'

red 51 ◦ green 72 ◦ blue 64

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

Shades of Te Papa Green #334840

Tints of Te Papa Green #334840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 27.27%
G = 38.5%
B = 34.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#334840 (or 0x334840) is known color: Te Papa Green. HEX triplet: 33, 48 and 40. RGB value is (51,72,64). Sum of RGB (Red+Green+Blue) = 51+72+64=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #334840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334840 is #CCB7BF. Grayscale: #404040. Windows color (decimal): -13416384 or 4212787. OLE color: 4212787.

HSL color Cylindrical-coordinate representation of color #334840: hue angle of 157.14º 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 #334840 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 72 64 -
CMYK 0.29 0 0.11 0.72
HSL 157.14º 0.17% 0.24% -
HSV(B) 157.14º 0.29% 0.28% -
XYZ 4.61 5.71 5.71 -
YUV 64.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 51 72 64 0.29 0 0.11 0.72 157.14 0.17 0.24
Hex 33 48 40 1D 0 B 48 9D 11 18
Octal 63 110 100 35 0 13 110 235 21 30
Binary 110011 1001000 1000000 11101 0 1011 1001000 10011101 10001 11000

Color Harmonies of #334840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334840

Black with #334840

Text Example


Text Example

White with #334840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334840; }

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

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

background-color css

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

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

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

border-color css

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

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

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