Html Css Color HEX #395021 Seaweed

📋 copy color: '#395021'

red 57 ◦ green 80 ◦ blue 33

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

Shades of Seaweed #395021

Tints of Seaweed #395021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.06%

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

R = 33.53%
G = 47.06%
B = 19.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#395021 (or 0x395021) is known color: Seaweed. HEX triplet: 39, 50 and 21. RGB value is (57,80,33). Sum of RGB (Red+Green+Blue) = 57+80+33=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #395021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395021 is #C6AFDE. Grayscale: #434343. Windows color (decimal): -13021151 or 2183225. OLE color: 2183225.

HSL color Cylindrical-coordinate representation of color #395021: hue angle of 89.36º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #395021 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 33 -
CMYK 0.29 0 0.59 0.69
HSL 89.36º 0.42% 0.22% -
HSV(B) 89.36º 0.59% 0.31% -
XYZ 4.83 6.72 2.48 -
YUV 67.77 108.38 120.32 -
System Red Green Blue C M Y K H S L
Decimal 57 80 33 0.29 0 0.59 0.69 89.36 0.42 0.22
Hex 39 50 21 1D 0 3B 45 59 2A 16
Octal 71 120 41 35 0 73 105 131 52 26
Binary 111001 1010000 100001 11101 0 111011 1000101 1011001 101010 10110

Color Harmonies of #395021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395021

Black with #395021

Text Example


Text Example

White with #395021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395021; }

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

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

background-color css

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

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

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

border-color css

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

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

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