Html Css Color HEX #3C531E Clover

📋 copy color: '#3C531E'

red 60 ◦ green 83 ◦ blue 30

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

Shades of Clover #3C531E

Tints of Clover #3C531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.98%

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

R = 34.68%
G = 47.98%
B = 17.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#3C531E (or 0x3C531E) is known color: Clover. HEX triplet: 3C, 53 and 1E. RGB value is (60,83,30). Sum of RGB (Red+Green+Blue) = 60+83+30=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #3C531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C531E is #C3ACE1. Grayscale: #464646. Windows color (decimal): -12823778 or 1987388. OLE color: 1987388.

HSL color Cylindrical-coordinate representation of color #3C531E: hue angle of 86.04º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C531E is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 83 30 -
CMYK 0.28 0 0.64 0.67
HSL 86.04º 0.47% 0.22% -
HSV(B) 86.04º 0.64% 0.33% -
XYZ 5.19 7.24 2.35 -
YUV 70.08 105.38 120.81 -
System Red Green Blue C M Y K H S L
Decimal 60 83 30 0.28 0 0.64 0.67 86.04 0.47 0.22
Hex 3C 53 1E 1C 0 40 43 56 2F 16
Octal 74 123 36 34 0 100 103 126 57 26
Binary 111100 1010011 11110 11100 0 1000000 1000011 1010110 101111 10110

Color Harmonies of #3C531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C531E

Black with #3C531E

Text Example


Text Example

White with #3C531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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