Html Css Color HEX #385019 Seaweed

📋 copy color: '#385019'

red 56 ◦ green 80 ◦ blue 25

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

Shades of Seaweed #385019

Tints of Seaweed #385019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.69%

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

R = 34.78%
G = 49.69%
B = 15.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#385019 (or 0x385019) is known color: Seaweed. HEX triplet: 38, 50 and 19. RGB value is (56,80,25). Sum of RGB (Red+Green+Blue) = 56+80+25=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #385019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385019 is #C7AFE6. Grayscale: #424242. Windows color (decimal): -13086695 or 1658936. OLE color: 1658936.

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

Color convert

RGB 56 80 25 -
CMYK 0.30 0 0.69 0.69
HSL 86.18º 0.52% 0.21% -
HSV(B) 86.18º 0.69% 0.31% -
XYZ 4.68 6.65 1.96 -
YUV 66.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 56 80 25 0.30 0 0.69 0.69 86.18 0.52 0.21
Hex 38 50 19 1E 0 45 45 56 34 15
Octal 70 120 31 36 0 105 105 126 64 25
Binary 111000 1010000 11001 11110 0 1000101 1000101 1010110 110100 10101

Color Harmonies of #385019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385019

Black with #385019

Text Example


Text Example

White with #385019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385019; }

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

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

background-color css

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

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

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

border-color css

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

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

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