#38541E

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

Shades of Seaweed #38541E

Tints of Seaweed #38541E

Color information

#38541E (or 0x38541E) is unknown color: approx Seaweed. HEX triplet: 38, 54 and 1E. RGB value is (56,84,30). Sum of RGB (Red+Green+Blue) = 56+84+30=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #38541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38541E is #C7ABE1. Grayscale: #454545. Windows color (decimal): -13085666 or 1987640. OLE color: 1987640.

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

Color convert

RGB568430-
CMYK0.3300.640.67
HSL91.11º47.37%22.35%-
HSV(B)91.11º64.29%32.94%-
XYZ5.047.282.37-
YUV69.47105.72118.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 30 (12.11% from 255) = 17.65%
R=32.94%
G=49.41%
B=17.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684300.3300.640.6791.1147.3722.35
Hex38541E21040435b2f16
Octal70124364101001031335726
Binary111000101010011110100001010000001000011101101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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