#394941

Color #394941 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #394941

Tints of Te Papa Green #394941

Color information

#394941 (or 0x394941) is unknown color: approx Te Papa Green. HEX triplet: 39, 49 and 41. RGB value is (57,73,65). Sum of RGB (Red+Green+Blue) = 57+73+65=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #394941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394941 is #C6B6BE. Grayscale: #434343. Windows color (decimal): -13022911 or 4278585. OLE color: 4278585.

HSL color Cylindrical-coordinate representation of color #394941: hue angle of 150º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394941 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB577365-
CMYK0.2200.110.71
HSL150º12.31%25.49%-
HSV(B)150º21.92%28.63%-
XYZ5.026.025.9-
YUV67.3126.7120.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=29.23%
G=37.44%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5773650.2200.110.7115012.3125.49
Hex394941160B4796c19
Octal71111101260131072261431
Binary111001100100110000011011001011100011110010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394941; }

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

 H1.HeaderClassName
 {
   color: #394941;
 }
 .AnyTagClassName
 {
   color: #394941;
 }
</style>
background-color css

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

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

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

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

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

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