Html Css Color HEX #385519 Seaweed

📋 copy color: '#385519'

red 56 ◦ green 85 ◦ blue 25

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

Shades of Seaweed #385519

Tints of Seaweed #385519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.2%

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 33.73%
G = 51.2%
B = 15.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#385519 (or 0x385519) is known color: Seaweed. HEX triplet: 38, 55 and 19. RGB value is (56,85,25). Sum of RGB (Red+Green+Blue) = 56+85+25=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #385519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385519 is #C7AAE6. Grayscale: #454545. Windows color (decimal): -13085415 or 1660216. OLE color: 1660216.

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

Color convert

RGB 56 85 25 -
CMYK 0.34 0 0.71 0.67
HSL 89º 0.55% 0.22% -
HSV(B) 89º 0.71% 0.33% -
XYZ 5.05 7.41 2.08 -
YUV 69.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 56 85 25 0.34 0 0.71 0.67 89 0.55 0.22
Hex 38 55 19 22 0 47 43 59 37 16
Octal 70 125 31 42 0 107 103 131 67 26
Binary 111000 1010101 11001 100010 0 1000111 1000011 1011001 110111 10110

Color Harmonies of #385519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385519

Black with #385519

Text Example


Text Example

White with #385519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385519; }

 p { color: rgb(56,85,25); }

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

background-color css

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

 a { background-color: rgb(56,85,25); }

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

border-color css

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

 span { border-color: rgb(56,85,25); }

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