Html Css Color HEX #384626 Seaweed

📋 copy color: '#384626'

red 56 ◦ green 70 ◦ blue 38

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

Shades of Seaweed #384626

Tints of Seaweed #384626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.68%

 BLUE value IS 38 (15.23% from 255) = 23.17%

R = 34.15%
G = 42.68%
B = 23.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#384626 (or 0x384626) is known color: Seaweed. HEX triplet: 38, 46 and 26. RGB value is (56,70,38). Sum of RGB (Red+Green+Blue) = 56+70+38=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #384626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384626 is #C7B9D9. Grayscale: #3E3E3E. Windows color (decimal): -13089242 or 2508344. OLE color: 2508344.

HSL color Cylindrical-coordinate representation of color #384626: hue angle of 86.25º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384626 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 38 -
CMYK 0.20 0 0.46 0.73
HSL 86.25º 0.3% 0.21% -
HSV(B) 86.25º 0.46% 0.27% -
XYZ 4.17 5.36 2.65 -
YUV 62.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 56 70 38 0.20 0 0.46 0.73 86.25 0.3 0.21
Hex 38 46 26 14 0 2E 49 56 1E 15
Octal 70 106 46 24 0 56 111 126 36 25
Binary 111000 1000110 100110 10100 0 101110 1001001 1010110 11110 10101

Color Harmonies of #384626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384626

Black with #384626

Text Example


Text Example

White with #384626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384626; }

 p { color: rgb(56,70,38); }

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

background-color css

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

 a { background-color: rgb(56,70,38); }

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

border-color css

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

 span { border-color: rgb(56,70,38); }

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