#38501F

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

Shades of Seaweed #38501F

Tints of Seaweed #38501F

Color information

#38501F (or 0x38501F) is unknown color: approx Seaweed. HEX triplet: 38, 50 and 1F. RGB value is (56,80,31). Sum of RGB (Red+Green+Blue) = 56+80+31=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #38501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38501F is #C7AFE0. Grayscale: #434343. Windows color (decimal): -13086689 or 2052152. OLE color: 2052152.

HSL color Cylindrical-coordinate representation of color #38501F: hue angle of 89.39º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38501F is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB568031-
CMYK0.3000.610.69
HSL89.39º44.14%21.76%-
HSV(B)89.39º61.25%31.37%-
XYZ4.756.682.33-
YUV67.24107.55119.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=33.53%
G=47.90%
B=18.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680310.3000.610.6989.3944.1421.76
Hex38501F1E03D45592c16
Octal7012037360751051315426
Binary1110001010000111111111001111011000101101100110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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