Html Css Color HEX #395820 Clover

📋 copy color: '#395820'

red 57 ◦ green 88 ◦ blue 32

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

Shades of Clover #395820

Tints of Clover #395820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.72%

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

R = 32.2%
G = 49.72%
B = 18.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#395820 (or 0x395820) is known color: Clover. HEX triplet: 39, 58 and 20. RGB value is (57,88,32). Sum of RGB (Red+Green+Blue) = 57+88+32=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #395820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395820 is #C6A7DF. Grayscale: #484848. Windows color (decimal): -13019104 or 2119737. OLE color: 2119737.

HSL color Cylindrical-coordinate representation of color #395820: hue angle of 93.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #395820 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 88 32 -
CMYK 0.35 0 0.64 0.65
HSL 93.21º 0.47% 0.24% -
HSV(B) 93.21º 0.64% 0.35% -
XYZ 5.44 7.95 2.62 -
YUV 72.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 57 88 32 0.35 0 0.64 0.65 93.21 0.47 0.24
Hex 39 58 20 23 0 40 41 5D 2F 18
Octal 71 130 40 43 0 100 101 135 57 30
Binary 111001 1011000 100000 100011 0 1000000 1000001 1011101 101111 11000

Color Harmonies of #395820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395820

Black with #395820

Text Example


Text Example

White with #395820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395820; }

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

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

background-color css

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

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

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

border-color css

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

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

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