#384741

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

Shades of Te Papa Green #384741

Tints of Te Papa Green #384741

Color information

#384741 (or 0x384741) is unknown color: approx Te Papa Green. HEX triplet: 38, 47 and 41. RGB value is (56,71,65). Sum of RGB (Red+Green+Blue) = 56+71+65=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #384741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384741 is #C7B8BE. Grayscale: #414141. Windows color (decimal): -13088959 or 4278072. OLE color: 4278072.

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

Color convert

RGB567165-
CMYK0.2100.080.72
HSL156º11.81%24.9%-
HSV(B)156º21.13%27.84%-
XYZ4.845.735.85-
YUV65.83127.53120.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=29.17%
G=36.98%
B=33.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671650.2100.080.7215611.8124.9
Hex3847411508489cc19
Octal70107101250101102341431
Binary111000100011110000011010101000100100010011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384741; }

 p { color: rgb(56,71,65); }

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

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

 a { background-color: rgb(56,71,65); }

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

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

 span { border-color: rgb(56,71,65); }

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