Html Css Color HEX #395D16 Clover

📋 copy color: '#395D16'

red 57 ◦ green 93 ◦ blue 22

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

Shades of Clover #395D16

Tints of Clover #395D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 54.07%

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 33.14%
G = 54.07%
B = 12.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#395D16 (or 0x395D16) is known color: Clover. HEX triplet: 39, 5D and 16. RGB value is (57,93,22). Sum of RGB (Red+Green+Blue) = 57+93+22=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #395D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395D16 is #C6A2E9. Grayscale: #4A4A4A. Windows color (decimal): -13017834 or 1465657. OLE color: 1465657.

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

Color convert

RGB 57 93 22 -
CMYK 0.39 0 0.76 0.64
HSL 90.42º 0.62% 0.23% -
HSV(B) 90.42º 0.76% 0.36% -
XYZ 5.75 8.76 2.15 -
YUV 74.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 57 93 22 0.39 0 0.76 0.64 90.42 0.62 0.23
Hex 39 5D 16 27 0 4C 40 5A 3E 17
Octal 71 135 26 47 0 114 100 132 76 27
Binary 111001 1011101 10110 100111 0 1001100 1000000 1011010 111110 10111

Color Harmonies of #395D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D16

Black with #395D16

Text Example


Text Example

White with #395D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,93,22); }

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

background-color css

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

 a { background-color: rgb(57,93,22); }

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

border-color css

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

 span { border-color: rgb(57,93,22); }

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