Html Css Color HEX #384921 Seaweed

📋 copy color: '#384921'

red 56 ◦ green 73 ◦ blue 33

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

Shades of Seaweed #384921

Tints of Seaweed #384921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.06%

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

R = 34.57%
G = 45.06%
B = 20.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#384921 (or 0x384921) is known color: Seaweed. HEX triplet: 38, 49 and 21. RGB value is (56,73,33). Sum of RGB (Red+Green+Blue) = 56+73+33=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #384921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384921 is #C7B6DE. Grayscale: #3F3F3F. Windows color (decimal): -13088479 or 2181432. OLE color: 2181432.

HSL color Cylindrical-coordinate representation of color #384921: hue angle of 85.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #384921 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 33 -
CMYK 0.23 0 0.55 0.71
HSL 85.5º 0.38% 0.21% -
HSV(B) 85.5º 0.55% 0.29% -
XYZ 4.29 5.72 2.32 -
YUV 63.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 56 73 33 0.23 0 0.55 0.71 85.5 0.38 0.21
Hex 38 49 21 17 0 37 47 56 26 15
Octal 70 111 41 27 0 67 107 126 46 25
Binary 111000 1001001 100001 10111 0 110111 1000111 1010110 100110 10101

Color Harmonies of #384921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384921

Black with #384921

Text Example


Text Example

White with #384921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384921; }

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

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

background-color css

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

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

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

border-color css

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

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

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