#385718

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

Shades of Seaweed #385718

Tints of Seaweed #385718

Color information

#385718 (or 0x385718) is unknown color: approx Seaweed. HEX triplet: 38, 57 and 18. RGB value is (56,87,24). Sum of RGB (Red+Green+Blue) = 56+87+24=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 87 (34.38% from 255 or 52.10% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 87 - color contains mainly: green. Hex color #385718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385718 is #C7A8E7. Grayscale: #464646. Windows color (decimal): -13084904 or 1595192. OLE color: 1595192.

HSL color Cylindrical-coordinate representation of color #385718: hue angle of 89.52º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385718 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB568724-
CMYK0.3600.720.66
HSL89.52º56.76%21.76%-
HSV(B)89.52º72.41%34.12%-
XYZ5.27.722.08-
YUV70.55101.73117.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 87 (34.38% from 255) = 52.10%
BLUE value IS 24 (9.77% from 255) = 14.37%
R=33.53%
G=52.10%
B=14.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687240.3600.720.6689.5256.7621.76
Hex38571824048425a3916
Octal70127304401101021327126
Binary111000101011111000100100010010001000010101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385718; }

 p { color: rgb(56,87,24); }

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

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

 a { background-color: rgb(56,87,24); }

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

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

 span { border-color: rgb(56,87,24); }

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