Html Css Color HEX #3C5425 Clover

📋 copy color: '#3C5425'

red 60 ◦ green 84 ◦ blue 37

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

Shades of Clover #3C5425

Tints of Clover #3C5425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

 BLUE value IS 37 (14.84% from 255) = 20.44%

R = 33.15%
G = 46.41%
B = 20.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#3C5425 (or 0x3C5425) is known color: Clover. HEX triplet: 3C, 54 and 25. RGB value is (60,84,37). Sum of RGB (Red+Green+Blue) = 60+84+37=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5425 is #C3ABDA. Grayscale: #474747. Windows color (decimal): -12823515 or 2446396. OLE color: 2446396.

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

Color convert

RGB 60 84 37 -
CMYK 0.29 0 0.56 0.67
HSL 90.64º 0.39% 0.24% -
HSV(B) 90.64º 0.56% 0.33% -
XYZ 5.37 7.43 2.9 -
YUV 71.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 60 84 37 0.29 0 0.56 0.67 90.64 0.39 0.24
Hex 3C 54 25 1D 0 38 43 5B 27 18
Octal 74 124 45 35 0 70 103 133 47 30
Binary 111100 1010100 100101 11101 0 111000 1000011 1011011 100111 11000

Color Harmonies of #3C5425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5425

Black with #3C5425

Text Example


Text Example

White with #3C5425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,84,37); }

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

background-color css

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

 a { background-color: rgb(60,84,37); }

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

border-color css

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

 span { border-color: rgb(60,84,37); }

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