#384640

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

Shades of Te Papa Green #384640

Tints of Te Papa Green #384640

Color information

#384640 (or 0x384640) is unknown color: approx Te Papa Green. HEX triplet: 38, 46 and 40. RGB value is (56,70,64). Sum of RGB (Red+Green+Blue) = 56+70+64=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #384640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384640 is #C7B9BF. Grayscale: #414141. Windows color (decimal): -13089216 or 4212280. OLE color: 4212280.

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

Color convert

RGB567064-
CMYK0.2000.090.73
HSL154.29º11.11%24.71%-
HSV(B)154.29º20%27.45%-
XYZ4.755.595.68-
YUV65.13127.36121.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=29.47%
G=36.84%
B=33.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5670640.2000.090.73154.2911.1124.71
Hex3846401409499ab19
Octal70106100240111112321331
Binary111000100011010000001010001001100100110011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384640; }

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

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

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

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

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

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

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

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