#394540

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

Shades of Te Papa Green #394540

Tints of Te Papa Green #394540

Color information

#394540 (or 0x394540) is unknown color: approx Te Papa Green. HEX triplet: 39, 45 and 40. RGB value is (57,69,64). Sum of RGB (Red+Green+Blue) = 57+69+64=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #394540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394540 is #C6BABF. Grayscale: #404040. Windows color (decimal): -13023936 or 4212025. OLE color: 4212025.

HSL color Cylindrical-coordinate representation of color #394540: hue angle of 155º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #394540 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB576964-
CMYK0.1700.070.73
HSL155º9.52%24.71%-
HSV(B)155º17.39%27.06%-
XYZ4.745.55.66-
YUV64.84127.52122.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=30%
G=36.32%
B=33.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769640.1700.070.731559.5224.71
Hex3945401107499ba19
Octal7110510021071112331231
Binary11100110001011000000100010111100100110011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394540; }

 p { color: rgb(57,69,64); }

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

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

 a { background-color: rgb(57,69,64); }

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

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

 span { border-color: rgb(57,69,64); }

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