Html Css Color HEX #3C5826 Clover

📋 copy color: '#3C5826'

red 60 ◦ green 88 ◦ blue 38

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

Shades of Clover #3C5826

Tints of Clover #3C5826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.31%

 BLUE value IS 38 (15.23% from 255) = 20.43%

R = 32.26%
G = 47.31%
B = 20.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#3C5826 (or 0x3C5826) is known color: Clover. HEX triplet: 3C, 58 and 26. RGB value is (60,88,38). Sum of RGB (Red+Green+Blue) = 60+88+38=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5826 is #C3A7D9. Grayscale: #4A4A4A. Windows color (decimal): -12822490 or 2512956. OLE color: 2512956.

HSL color Cylindrical-coordinate representation of color #3C5826: hue angle of 93.6º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C5826 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 88 38 -
CMYK 0.32 0 0.57 0.65
HSL 93.6º 0.4% 0.25% -
HSV(B) 93.6º 0.57% 0.35% -
XYZ 5.7 8.08 3.09 -
YUV 73.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 60 88 38 0.32 0 0.57 0.65 93.6 0.4 0.25
Hex 3C 58 26 20 0 39 41 5E 28 19
Octal 74 130 46 40 0 71 101 136 50 31
Binary 111100 1011000 100110 100000 0 111001 1000001 1011110 101000 11001

Color Harmonies of #3C5826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5826

Black with #3C5826

Text Example


Text Example

White with #3C5826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,88,38); }

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

background-color css

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

 a { background-color: rgb(60,88,38); }

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

border-color css

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

 span { border-color: rgb(60,88,38); }

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