Html Css Color HEX #41601D Clover

📋 copy color: '#41601D'

red 65 ◦ green 96 ◦ blue 29

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

Shades of Clover #41601D

Tints of Clover #41601D

RGB

 RED value IS 65 (25.78% from 255) = 34.21%

 GREEN value IS 96 (37.89% from 255) = 50.53%

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 34.21%
G = 50.53%
B = 15.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#41601D (or 0x41601D) is known color: Clover. HEX triplet: 41, 60 and 1D. RGB value is (65,96,29). Sum of RGB (Red+Green+Blue) = 65+96+29=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #41601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41601D is #BE9FE2. Grayscale: #4F4F4F. Windows color (decimal): -12492771 or 1925185. OLE color: 1925185.

HSL color Cylindrical-coordinate representation of color #41601D: hue angle of 87.76º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41601D is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 29 -
CMYK 0.32 0 0.70 0.62
HSL 87.76º 0.54% 0.25% -
HSV(B) 87.76º 0.7% 0.38% -
XYZ 6.58 9.58 2.66 -
YUV 79.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 65 96 29 0.32 0 0.70 0.62 87.76 0.54 0.25
Hex 41 60 1D 20 0 46 3E 58 36 19
Octal 101 140 35 40 0 106 76 130 66 31
Binary 1000001 1100000 11101 100000 0 1000110 111110 1011000 110110 11001

Color Harmonies of #41601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41601D

Black with #41601D

Text Example


Text Example

White with #41601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41601D; }

 p { color: rgb(65,96,29); }

 H1.HeaderClassName
 {
   color: #41601D;
 }
 .AnyTagClassName
 {
   color: #41601D;
 }
</style>

background-color css

<style>
 a { background-color: #41601D; }

 a { background-color: rgb(65,96,29); }

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

border-color css

<style>
 span { border-color: #41601D; }

 span { border-color: rgb(65,96,29); }

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