#38402A

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

Shades of Seaweed #38402A

Tints of Seaweed #38402A

Color information

#38402A (or 0x38402A) is unknown color: approx Seaweed. HEX triplet: 38, 40 and 2A. RGB value is (56,64,42). Sum of RGB (Red+Green+Blue) = 56+64+42=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #38402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38402A is #C7BFD5. Grayscale: #3B3B3B. Windows color (decimal): -13090774 or 2768952. OLE color: 2768952.

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

Color convert

RGB566442-
CMYK0.1300.340.75
HSL81.82º20.75%20.78%-
HSV(B)81.82º34.38%25.1%-
XYZ3.884.672.89-
YUV59.1118.35125.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=34.57%
G=39.51%
B=25.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664420.1300.340.7581.8220.7520.78
Hex38402AD0224B521515
Octal7010052150421131222525
Binary111000100000010101011010100010100101110100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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