Html Css Color HEX #395320 Seaweed

📋 copy color: '#395320'

red 57 ◦ green 83 ◦ blue 32

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

Shades of Seaweed #395320

Tints of Seaweed #395320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.26%

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 33.14%
G = 48.26%
B = 18.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#395320 (or 0x395320) is known color: Seaweed. HEX triplet: 39, 53 and 20. RGB value is (57,83,32). Sum of RGB (Red+Green+Blue) = 57+83+32=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #395320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395320 is #C6ACDF. Grayscale: #454545. Windows color (decimal): -13020384 or 2118457. OLE color: 2118457.

HSL color Cylindrical-coordinate representation of color #395320: hue angle of 90.59º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395320 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 32 -
CMYK 0.31 0 0.61 0.67
HSL 90.59º 0.44% 0.23% -
HSV(B) 90.59º 0.61% 0.33% -
XYZ 5.04 7.16 2.48 -
YUV 69.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 57 83 32 0.31 0 0.61 0.67 90.59 0.44 0.23
Hex 39 53 20 1F 0 3D 43 5B 2C 17
Octal 71 123 40 37 0 75 103 133 54 27
Binary 111001 1010011 100000 11111 0 111101 1000011 1011011 101100 10111

Color Harmonies of #395320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395320

Black with #395320

Text Example


Text Example

White with #395320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395320; }

 p { color: rgb(57,83,32); }

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

background-color css

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

 a { background-color: rgb(57,83,32); }

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

border-color css

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

 span { border-color: rgb(57,83,32); }

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