Html Css Color HEX #395C19 Clover

📋 copy color: '#395C19'

red 57 ◦ green 92 ◦ blue 25

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

Shades of Clover #395C19

Tints of Clover #395C19

RGB

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

 GREEN value IS 92 (36.33% from 255) = 52.87%

 BLUE value IS 25 (10.16% from 255) = 14.37%

R = 32.76%
G = 52.87%
B = 14.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#395C19 (or 0x395C19) is known color: Clover. HEX triplet: 39, 5C and 19. RGB value is (57,92,25). Sum of RGB (Red+Green+Blue) = 57+92+25=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #395C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395C19 is #C6A3E6. Grayscale: #4A4A4A. Windows color (decimal): -13018087 or 1662009. OLE color: 1662009.

HSL color Cylindrical-coordinate representation of color #395C19: hue angle of 91.34º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #395C19 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 92 25 -
CMYK 0.38 0 0.73 0.64
HSL 91.34º 0.57% 0.23% -
HSV(B) 91.34º 0.73% 0.36% -
XYZ 5.69 8.59 2.28 -
YUV 73.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 57 92 25 0.38 0 0.73 0.64 91.34 0.57 0.23
Hex 39 5C 19 26 0 49 40 5B 39 17
Octal 71 134 31 46 0 111 100 133 71 27
Binary 111001 1011100 11001 100110 0 1001001 1000000 1011011 111001 10111

Color Harmonies of #395C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395C19

Black with #395C19

Text Example


Text Example

White with #395C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,92,25); }

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

background-color css

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

 a { background-color: rgb(57,92,25); }

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

border-color css

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

 span { border-color: rgb(57,92,25); }

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