Html Css Color HEX #3A5619 Clover

📋 copy color: '#3A5619'

red 58 ◦ green 86 ◦ blue 25

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

Shades of Clover #3A5619

Tints of Clover #3A5619

RGB

 RED value IS 58 (23.05% from 255) = 34.32%

 GREEN value IS 86 (33.98% from 255) = 50.89%

 BLUE value IS 25 (10.16% from 255) = 14.79%

R = 34.32%
G = 50.89%
B = 14.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#3A5619 (or 0x3A5619) is known color: Clover. HEX triplet: 3A, 56 and 19. RGB value is (58,86,25). Sum of RGB (Red+Green+Blue) = 58+86+25=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5619 is #C5A9E6. Grayscale: #464646. Windows color (decimal): -12954087 or 1660474. OLE color: 1660474.

HSL color Cylindrical-coordinate representation of color #3A5619: hue angle of 87.54º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A5619 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 86 25 -
CMYK 0.33 0 0.71 0.66
HSL 87.54º 0.55% 0.22% -
HSV(B) 87.54º 0.71% 0.34% -
XYZ 5.25 7.63 2.11 -
YUV 70.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 58 86 25 0.33 0 0.71 0.66 87.54 0.55 0.22
Hex 3A 56 19 21 0 47 42 58 37 16
Octal 72 126 31 41 0 107 102 130 67 26
Binary 111010 1010110 11001 100001 0 1000111 1000010 1011000 110111 10110

Color Harmonies of #3A5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5619

Black with #3A5619

Text Example


Text Example

White with #3A5619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,86,25); }

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

background-color css

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

 a { background-color: rgb(58,86,25); }

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

border-color css

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

 span { border-color: rgb(58,86,25); }

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