#38422A

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

Shades of Seaweed #38422A

Tints of Seaweed #38422A

Color information

#38422A (or 0x38422A) is unknown color: approx Seaweed. HEX triplet: 38, 42 and 2A. RGB value is (56,66,42). Sum of RGB (Red+Green+Blue) = 56+66+42=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #38422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38422A is #C7BDD5. Grayscale: #3C3C3C. Windows color (decimal): -13090262 or 2769464. OLE color: 2769464.

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

Color convert

RGB566642-
CMYK0.1500.360.74
HSL85º22.22%21.18%-
HSV(B)85º36.36%25.88%-
XYZ44.92.93-
YUV60.27117.69124.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=34.15%
G=40.24%
B=25.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666420.1500.360.748522.2221.18
Hex38422AF0244A551615
Octal7010252170441121252625
Binary111000100001010101011110100100100101010101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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