Html Css Color HEX #384825 Seaweed

📋 copy color: '#384825'

red 56 ◦ green 72 ◦ blue 37

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

Shades of Seaweed #384825

Tints of Seaweed #384825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.64%

 BLUE value IS 37 (14.84% from 255) = 22.42%

R = 33.94%
G = 43.64%
B = 22.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#384825 (or 0x384825) is known color: Seaweed. HEX triplet: 38, 48 and 25. RGB value is (56,72,37). Sum of RGB (Red+Green+Blue) = 56+72+37=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #384825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384825 is #C7B7DA. Grayscale: #3F3F3F. Windows color (decimal): -13088731 or 2443320. OLE color: 2443320.

HSL color Cylindrical-coordinate representation of color #384825: hue angle of 87.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #384825 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 37 -
CMYK 0.22 0 0.49 0.72
HSL 87.43º 0.32% 0.21% -
HSV(B) 87.43º 0.49% 0.28% -
XYZ 4.28 5.61 2.61 -
YUV 63.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 56 72 37 0.22 0 0.49 0.72 87.43 0.32 0.21
Hex 38 48 25 16 0 31 48 57 20 15
Octal 70 110 45 26 0 61 110 127 40 25
Binary 111000 1001000 100101 10110 0 110001 1001000 1010111 100000 10101

Color Harmonies of #384825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384825

Black with #384825

Text Example


Text Example

White with #384825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384825; }

 p { color: rgb(56,72,37); }

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

background-color css

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

 a { background-color: rgb(56,72,37); }

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

border-color css

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

 span { border-color: rgb(56,72,37); }

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