Html Css Color HEX #384B21 Seaweed

📋 copy color: '#384B21'

red 56 ◦ green 75 ◦ blue 33

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

Shades of Seaweed #384B21

Tints of Seaweed #384B21

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.73%

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 34.15%
G = 45.73%
B = 20.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#384B21 (or 0x384B21) is known color: Seaweed. HEX triplet: 38, 4B and 21. RGB value is (56,75,33). Sum of RGB (Red+Green+Blue) = 56+75+33=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #384B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B21 is #C7B4DE. Grayscale: #404040. Windows color (decimal): -13087967 or 2181944. OLE color: 2181944.

HSL color Cylindrical-coordinate representation of color #384B21: hue angle of 87.14º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #384B21 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 75 33 -
CMYK 0.25 0 0.56 0.71
HSL 87.14º 0.39% 0.21% -
HSV(B) 87.14º 0.56% 0.29% -
XYZ 4.42 5.98 2.36 -
YUV 64.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 56 75 33 0.25 0 0.56 0.71 87.14 0.39 0.21
Hex 38 4B 21 19 0 38 47 57 27 15
Octal 70 113 41 31 0 70 107 127 47 25
Binary 111000 1001011 100001 11001 0 111000 1000111 1010111 100111 10101

Color Harmonies of #384B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B21

Black with #384B21

Text Example


Text Example

White with #384B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384B21; }

 p { color: rgb(56,75,33); }

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

background-color css

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

 a { background-color: rgb(56,75,33); }

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

border-color css

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

 span { border-color: rgb(56,75,33); }

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