Html Css Color HEX #3C551E Clover

📋 copy color: '#3C551E'

red 60 ◦ green 85 ◦ blue 30

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

Shades of Clover #3C551E

Tints of Clover #3C551E

RGB

 RED value IS 60 (23.83% from 255) = 34.29%

 GREEN value IS 85 (33.59% from 255) = 48.57%

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 34.29%
G = 48.57%
B = 17.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#3C551E (or 0x3C551E) is known color: Clover. HEX triplet: 3C, 55 and 1E. RGB value is (60,85,30). Sum of RGB (Red+Green+Blue) = 60+85+30=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #3C551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C551E is #C3AAE1. Grayscale: #474747. Windows color (decimal): -12823266 or 1987900. OLE color: 1987900.

HSL color Cylindrical-coordinate representation of color #3C551E: hue angle of 87.27º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C551E is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 85 30 -
CMYK 0.29 0 0.65 0.67
HSL 87.27º 0.48% 0.23% -
HSV(B) 87.27º 0.65% 0.33% -
XYZ 5.35 7.55 2.4 -
YUV 71.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 60 85 30 0.29 0 0.65 0.67 87.27 0.48 0.23
Hex 3C 55 1E 1D 0 41 43 57 30 17
Octal 74 125 36 35 0 101 103 127 60 27
Binary 111100 1010101 11110 11101 0 1000001 1000011 1010111 110000 10111

Color Harmonies of #3C551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C551E

Black with #3C551E

Text Example


Text Example

White with #3C551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C551E; }

 p { color: rgb(60,85,30); }

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

background-color css

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

 a { background-color: rgb(60,85,30); }

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

border-color css

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

 span { border-color: rgb(60,85,30); }

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