#38442A

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

Shades of Seaweed #38442A

Tints of Seaweed #38442A

Color information

#38442A (or 0x38442A) is unknown color: approx Seaweed. HEX triplet: 38, 44 and 2A. RGB value is (56,68,42). Sum of RGB (Red+Green+Blue) = 56+68+42=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #38442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38442A is #C7BBD5. Grayscale: #3D3D3D. Windows color (decimal): -13089750 or 2769976. OLE color: 2769976.

HSL color Cylindrical-coordinate representation of color #38442A: hue angle of 87.69º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38442A is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB566842-
CMYK0.1800.380.73
HSL87.69º23.64%21.57%-
HSV(B)87.69º38.24%26.67%-
XYZ4.125.142.97-
YUV61.45117.02124.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 68 (26.95% from 255) = 40.96%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=33.73%
G=40.96%
B=25.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5668420.1800.380.7387.6923.6421.57
Hex38442A1202649581816
Octal7010452220461111303026
Binary1110001000100101010100100100110100100110110001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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