Html Css Color HEX #395221 Seaweed

📋 copy color: '#395221'

red 57 ◦ green 82 ◦ blue 33

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

Shades of Seaweed #395221

Tints of Seaweed #395221

RGB

 RED value IS 57 (22.66% from 255) = 33.14%

 GREEN value IS 82 (32.42% from 255) = 47.67%

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

R = 33.14%
G = 47.67%
B = 19.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#395221 (or 0x395221) is known color: Seaweed. HEX triplet: 39, 52 and 21. RGB value is (57,82,33). Sum of RGB (Red+Green+Blue) = 57+82+33=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #395221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395221 is #C6ADDE. Grayscale: #454545. Windows color (decimal): -13020639 or 2183737. OLE color: 2183737.

HSL color Cylindrical-coordinate representation of color #395221: hue angle of 90.61º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #395221 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 82 33 -
CMYK 0.30 0 0.60 0.68
HSL 90.61º 0.43% 0.23% -
HSV(B) 90.61º 0.6% 0.32% -
XYZ 4.98 7.01 2.53 -
YUV 68.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 57 82 33 0.30 0 0.60 0.68 90.61 0.43 0.23
Hex 39 52 21 1E 0 3C 44 5B 2B 17
Octal 71 122 41 36 0 74 104 133 53 27
Binary 111001 1010010 100001 11110 0 111100 1000100 1011011 101011 10111

Color Harmonies of #395221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395221

Black with #395221

Text Example


Text Example

White with #395221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395221; }

 p { color: rgb(57,82,33); }

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

background-color css

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

 a { background-color: rgb(57,82,33); }

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

border-color css

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

 span { border-color: rgb(57,82,33); }

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