#38422C

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

Shades of Seaweed #38422C

Tints of Seaweed #38422C

Color information

#38422C (or 0x38422C) is unknown color: approx Seaweed. HEX triplet: 38, 42 and 2C. RGB value is (56,66,44). Sum of RGB (Red+Green+Blue) = 56+66+44=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #38422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38422C is #C7BDD3. Grayscale: #3C3C3C. Windows color (decimal): -13090260 or 2900536. OLE color: 2900536.

HSL color Cylindrical-coordinate representation of color #38422C: hue angle of 87.27º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38422C is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB566644-
CMYK0.1500.330.74
HSL87.27º20%21.57%-
HSV(B)87.27º33.33%25.88%-
XYZ4.034.923.12-
YUV60.5118.69124.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=33.73%
G=39.76%
B=26.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666440.1500.330.7487.272021.57
Hex38422CF0214A571416
Octal7010254170411121272426
Binary111000100001010110011110100001100101010101111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38422C; }

 p { color: rgb(56,66,44); }

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

<style>
 a { background-color: #38422C; }

 a { background-color: rgb(56,66,44); }

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

<style>
 span { border-color: #38422C; }

 span { border-color: rgb(56,66,44); }

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