#384026

Color #384026 Log Cabin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Log Cabin #384026

Tints of Log Cabin #384026

Color information

#384026 (or 0x384026) is unknown color: approx Log Cabin. HEX triplet: 38, 40 and 26. RGB value is (56,64,38). Sum of RGB (Red+Green+Blue) = 56+64+38=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #384026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384026 is #C7BFD9. Grayscale: #3A3A3A. Windows color (decimal): -13090778 or 2506808. OLE color: 2506808.

HSL color Cylindrical-coordinate representation of color #384026: hue angle of 78.46º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #384026 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB566438-
CMYK0.1300.410.75
HSL78.46º25.49%20%-
HSV(B)78.46º40.62%25.1%-
XYZ3.814.652.53-
YUV58.64116.35126.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=35.44%
G=40.51%
B=24.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664380.1300.410.7578.4625.4920
Hex384026D0294B4e1914
Octal7010046150511131163124
Binary111000100000010011011010101001100101110011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384026; }

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

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

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

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

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

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

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

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