Html Css Color HEX #385119 Seaweed

📋 copy color: '#385119'

red 56 ◦ green 81 ◦ blue 25

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

Shades of Seaweed #385119

Tints of Seaweed #385119

RGB

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

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

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

R = 34.57%
G = 50%
B = 15.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#385119 (or 0x385119) is known color: Seaweed. HEX triplet: 38, 51 and 19. RGB value is (56,81,25). Sum of RGB (Red+Green+Blue) = 56+81+25=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #385119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385119 is #C7AEE6. Grayscale: #434343. Windows color (decimal): -13086439 or 1659192. OLE color: 1659192.

HSL color Cylindrical-coordinate representation of color #385119: hue angle of 86.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #385119 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 25 -
CMYK 0.31 0 0.69 0.68
HSL 86.79º 0.53% 0.21% -
HSV(B) 86.79º 0.69% 0.32% -
XYZ 4.75 6.8 1.98 -
YUV 67.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 56 81 25 0.31 0 0.69 0.68 86.79 0.53 0.21
Hex 38 51 19 1F 0 45 44 57 35 15
Octal 70 121 31 37 0 105 104 127 65 25
Binary 111000 1010001 11001 11111 0 1000101 1000100 1010111 110101 10101

Color Harmonies of #385119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385119

Black with #385119

Text Example


Text Example

White with #385119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385119; }

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

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

background-color css

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

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

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

border-color css

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

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

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