Html Css Color HEX #385418 Seaweed

📋 copy color: '#385418'

red 56 ◦ green 84 ◦ blue 24

#385418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #385418

Tints of Seaweed #385418

RGB

 RED value IS 56 (22.27% from 255) = 34.15%

 GREEN value IS 84 (33.2% from 255) = 51.22%

 BLUE value IS 24 (9.77% from 255) = 14.63%

R = 34.15%
G = 51.22%
B = 14.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#385418 (or 0x385418) is known color: Seaweed. HEX triplet: 38, 54 and 18. RGB value is (56,84,24). Sum of RGB (Red+Green+Blue) = 56+84+24=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #385418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385418 is #C7ABE7. Grayscale: #454545. Windows color (decimal): -13085672 or 1594424. OLE color: 1594424.

HSL color Cylindrical-coordinate representation of color #385418: hue angle of 88º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #385418 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 24 -
CMYK 0.33 0 0.71 0.67
HSL 88º 0.56% 0.21% -
HSV(B) 88º 0.71% 0.33% -
XYZ 4.97 7.25 2 -
YUV 68.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 56 84 24 0.33 0 0.71 0.67 88 0.56 0.21
Hex 38 54 18 21 0 47 43 58 38 15
Octal 70 124 30 41 0 107 103 130 70 25
Binary 111000 1010100 11000 100001 0 1000111 1000011 1011000 111000 10101

Color Harmonies of #385418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385418

Black with #385418

Text Example


Text Example

White with #385418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385418; }

 p { color: rgb(56,84,24); }

 H1.HeaderClassName
 {
   color: #385418;
 }
 .AnyTagClassName
 {
   color: #385418;
 }
</style>

background-color css

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

 a { background-color: rgb(56,84,24); }

 div.DivClassName
 {
   background-color: #385418;
 }
 .BgClassName
 {
   background-color: #385418;
 }
</style>

border-color css

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

 span { border-color: rgb(56,84,24); }

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