Html Css Color HEX #385120 Seaweed

📋 copy color: '#385120'

red 56 ◦ green 81 ◦ blue 32

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

Shades of Seaweed #385120

Tints of Seaweed #385120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.93%

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 33.14%
G = 47.93%
B = 18.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#385120 (or 0x385120) is known color: Seaweed. HEX triplet: 38, 51 and 20. RGB value is (56,81,32). Sum of RGB (Red+Green+Blue) = 56+81+32=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #385120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385120 is #C7AEDF. Grayscale: #444444. Windows color (decimal): -13086432 or 2117944. OLE color: 2117944.

HSL color Cylindrical-coordinate representation of color #385120: hue angle of 90.61º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #385120 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 32 -
CMYK 0.31 0 0.60 0.68
HSL 90.61º 0.43% 0.22% -
HSV(B) 90.61º 0.6% 0.32% -
XYZ 4.83 6.83 2.43 -
YUV 67.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 56 81 32 0.31 0 0.60 0.68 90.61 0.43 0.22
Hex 38 51 20 1F 0 3C 44 5B 2B 16
Octal 70 121 40 37 0 74 104 133 53 26
Binary 111000 1010001 100000 11111 0 111100 1000100 1011011 101011 10110

Color Harmonies of #385120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385120

Black with #385120

Text Example


Text Example

White with #385120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385120; }

 p { color: rgb(56,81,32); }

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

background-color css

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

 a { background-color: rgb(56,81,32); }

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

border-color css

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

 span { border-color: rgb(56,81,32); }

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