#384840

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

Shades of Te Papa Green #384840

Tints of Te Papa Green #384840

Color information

#384840 (or 0x384840) is unknown color: approx Te Papa Green. HEX triplet: 38, 48 and 40. RGB value is (56,72,64). Sum of RGB (Red+Green+Blue) = 56+72+64=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #384840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384840 is #C7B7BF. Grayscale: #424242. Windows color (decimal): -13088704 or 4212792. OLE color: 4212792.

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

Color convert

RGB567264-
CMYK0.2200.110.72
HSL150º12.5%25.1%-
HSV(B)150º22.22%28.24%-
XYZ4.875.855.72-
YUV66.3126.7120.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=29.17%
G=37.5%
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.72
SystemRedGreenBlueCMYKHSL
Decimal5672640.2200.110.7215012.525.1
Hex384840160B4896d19
Octal70110100260131102261531
Binary111000100100010000001011001011100100010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384840; }

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

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

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

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

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

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

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

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