#38511F

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

Shades of Seaweed #38511F

Tints of Seaweed #38511F

Color information

#38511F (or 0x38511F) is unknown color: approx Seaweed. HEX triplet: 38, 51 and 1F. RGB value is (56,81,31). Sum of RGB (Red+Green+Blue) = 56+81+31=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #38511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38511F is #C7AEE0. Grayscale: #444444. Windows color (decimal): -13086433 or 2052408. OLE color: 2052408.

HSL color Cylindrical-coordinate representation of color #38511F: hue angle of 90º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38511F is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB568131-
CMYK0.3100.620.68
HSL90º44.64%21.96%-
HSV(B)90º61.73%31.76%-
XYZ4.826.822.36-
YUV67.82107.22119.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 48.21%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=33.33%
G=48.21%
B=18.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681310.3100.620.689044.6421.96
Hex38511F1F03E445a2d16
Octal7012137370761041325526
Binary1110001010001111111111101111101000100101101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38511F; }

 p { color: rgb(56,81,31); }

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

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

 a { background-color: rgb(56,81,31); }

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

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

 span { border-color: rgb(56,81,31); }

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