#38541D

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

Shades of Seaweed #38541D

Tints of Seaweed #38541D

Color information

#38541D (or 0x38541D) is unknown color: approx Seaweed. HEX triplet: 38, 54 and 1D. RGB value is (56,84,29). Sum of RGB (Red+Green+Blue) = 56+84+29=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #38541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38541D is #C7ABE2. Grayscale: #454545. Windows color (decimal): -13085667 or 1922104. OLE color: 1922104.

HSL color Cylindrical-coordinate representation of color #38541D: hue angle of 90.55º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38541D is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB568429-
CMYK0.3300.650.67
HSL90.55º48.67%22.16%-
HSV(B)90.55º65.48%32.94%-
XYZ5.027.272.3-
YUV69.36105.22118.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=33.14%
G=49.70%
B=17.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684290.3300.650.6790.5548.6722.16
Hex38541D21041435b3116
Octal70124354101011031336126
Binary111000101010011101100001010000011000011101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38541D; }

 p { color: rgb(56,84,29); }

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

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

 a { background-color: rgb(56,84,29); }

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

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

 span { border-color: rgb(56,84,29); }

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