#38402F

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

Shades of Seaweed #38402F

Tints of Seaweed #38402F

Color information

#38402F (or 0x38402F) is unknown color: approx Seaweed. HEX triplet: 38, 40 and 2F. RGB value is (56,64,47). Sum of RGB (Red+Green+Blue) = 56+64+47=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #38402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38402F is #C7BFD0. Grayscale: #3B3B3B. Windows color (decimal): -13090769 or 3096632. OLE color: 3096632.

HSL color Cylindrical-coordinate representation of color #38402F: hue angle of 88.24º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38402F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB566447-
CMYK0.1300.270.75
HSL88.24º15.32%21.76%-
HSV(B)88.24º26.56%25.1%-
XYZ3.984.713.39-
YUV59.67120.85125.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=33.53%
G=38.32%
B=28.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664470.1300.270.7588.2415.3221.76
Hex38402FD01B4B58f16
Octal7010057150331131301726
Binary1110001000000101111110101101110010111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,64,47); }

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

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

 a { background-color: rgb(56,64,47); }

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

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

 span { border-color: rgb(56,64,47); }

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