Html Css Color HEX #384628 Seaweed

📋 copy color: '#384628'

red 56 ◦ green 70 ◦ blue 40

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

Shades of Seaweed #384628

Tints of Seaweed #384628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.1%

R = 33.73%
G = 42.17%
B = 24.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#384628 (or 0x384628) is known color: Seaweed. HEX triplet: 38, 46 and 28. RGB value is (56,70,40). Sum of RGB (Red+Green+Blue) = 56+70+40=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #384628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384628 is #C7B9D7. Grayscale: #3E3E3E. Windows color (decimal): -13089240 or 2639416. OLE color: 2639416.

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

Color convert

RGB 56 70 40 -
CMYK 0.20 0 0.43 0.73
HSL 88º 0.27% 0.22% -
HSV(B) 88º 0.43% 0.27% -
XYZ 4.2 5.37 2.82 -
YUV 62.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 56 70 40 0.20 0 0.43 0.73 88 0.27 0.22
Hex 38 46 28 14 0 2B 49 58 1B 16
Octal 70 106 50 24 0 53 111 130 33 26
Binary 111000 1000110 101000 10100 0 101011 1001001 1011000 11011 10110

Color Harmonies of #384628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384628

Black with #384628

Text Example


Text Example

White with #384628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384628; }

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

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

background-color css

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

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

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

border-color css

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

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

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