Html Css Color HEX #334640 Te Papa Green

📋 copy color: '#334640'

red 51 ◦ green 70 ◦ blue 64

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

Shades of Te Papa Green #334640

Tints of Te Papa Green #334640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

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

R = 27.57%
G = 37.84%
B = 34.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#334640 (or 0x334640) is known color: Te Papa Green. HEX triplet: 33, 46 and 40. RGB value is (51,70,64). Sum of RGB (Red+Green+Blue) = 51+70+64=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #334640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334640 is #CCB9BF. Grayscale: #3F3F3F. Windows color (decimal): -13416896 or 4212275. OLE color: 4212275.

HSL color Cylindrical-coordinate representation of color #334640: hue angle of 161.05º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #334640 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 70 64 -
CMYK 0.27 0 0.09 0.73
HSL 161.05º 0.16% 0.24% -
HSV(B) 161.05º 0.27% 0.27% -
XYZ 4.48 5.45 5.67 -
YUV 63.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 51 70 64 0.27 0 0.09 0.73 161.05 0.16 0.24
Hex 33 46 40 1B 0 9 49 A1 10 18
Octal 63 106 100 33 0 11 111 241 20 30
Binary 110011 1000110 1000000 11011 0 1001 1001001 10100001 10000 11000

Color Harmonies of #334640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334640

Black with #334640

Text Example


Text Example

White with #334640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334640; }

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

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

background-color css

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

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

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

border-color css

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

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

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