Html Css Color HEX #395A1C Clover

📋 copy color: '#395A1C'

red 57 ◦ green 90 ◦ blue 28

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

Shades of Clover #395A1C

Tints of Clover #395A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.43%

 BLUE value IS 28 (11.33% from 255) = 16%

R = 32.57%
G = 51.43%
B = 16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#395A1C (or 0x395A1C) is known color: Clover. HEX triplet: 39, 5A and 1C. RGB value is (57,90,28). Sum of RGB (Red+Green+Blue) = 57+90+28=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #395A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A1C is #C6A5E3. Grayscale: #494949. Windows color (decimal): -13018596 or 1858105. OLE color: 1858105.

HSL color Cylindrical-coordinate representation of color #395A1C: hue angle of 91.94º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #395A1C is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 28 -
CMYK 0.37 0 0.69 0.65
HSL 91.94º 0.53% 0.23% -
HSV(B) 91.94º 0.69% 0.35% -
XYZ 5.55 8.27 2.4 -
YUV 73.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 57 90 28 0.37 0 0.69 0.65 91.94 0.53 0.23
Hex 39 5A 1C 25 0 45 41 5C 35 17
Octal 71 132 34 45 0 105 101 134 65 27
Binary 111001 1011010 11100 100101 0 1000101 1000001 1011100 110101 10111

Color Harmonies of #395A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A1C

Black with #395A1C

Text Example


Text Example

White with #395A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395A1C; }

 p { color: rgb(57,90,28); }

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

background-color css

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

 a { background-color: rgb(57,90,28); }

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

border-color css

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

 span { border-color: rgb(57,90,28); }

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