#38412E

Color #38412E Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #38412E

Tints of Seaweed #38412E

Color information

#38412E (or 0x38412E) is unknown color: approx Seaweed. HEX triplet: 38, 41 and 2E. RGB value is (56,65,46). Sum of RGB (Red+Green+Blue) = 56+65+46=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #38412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38412E is #C7BED1. Grayscale: #3C3C3C. Windows color (decimal): -13090514 or 3031352. OLE color: 3031352.

HSL color Cylindrical-coordinate representation of color #38412E: hue angle of 88.42º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38412E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB566546-
CMYK0.1400.290.75
HSL88.42º17.12%21.76%-
HSV(B)88.42º29.23%25.49%-
XYZ4.014.823.3-
YUV60.14120.02125.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=33.53%
G=38.92%
B=27.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665460.1400.290.7588.4217.1221.76
Hex38412EE01D4B581116
Octal7010156160351131302126
Binary11100010000011011101110011101100101110110001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38412E; }

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

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

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

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

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

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

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

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