#38402B

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

Shades of Seaweed #38402B

Tints of Seaweed #38402B

Color information

#38402B (or 0x38402B) is unknown color: approx Seaweed. HEX triplet: 38, 40 and 2B. RGB value is (56,64,43). Sum of RGB (Red+Green+Blue) = 56+64+43=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #38402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38402B is #C7BFD4. Grayscale: #3B3B3B. Windows color (decimal): -13090773 or 2834488. OLE color: 2834488.

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

Color convert

RGB566443-
CMYK0.1300.330.75
HSL82.86º19.63%20.98%-
HSV(B)82.86º32.81%25.1%-
XYZ3.94.682.98-
YUV59.21118.85125.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=34.36%
G=39.26%
B=26.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664430.1300.330.7582.8619.6320.98
Hex38402BD0214B531415
Octal7010053150411131232425
Binary111000100000010101111010100001100101110100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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