Html Css Color HEX #416019 Clover

📋 copy color: '#416019'

red 65 ◦ green 96 ◦ blue 25

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

Shades of Clover #416019

Tints of Clover #416019

RGB

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

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

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

R = 34.95%
G = 51.61%
B = 13.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#416019 (or 0x416019) is known color: Clover. HEX triplet: 41, 60 and 19. RGB value is (65,96,25). Sum of RGB (Red+Green+Blue) = 65+96+25=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #416019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416019 is #BE9FE6. Grayscale: #4E4E4E. Windows color (decimal): -12492775 or 1663041. OLE color: 1663041.

HSL color Cylindrical-coordinate representation of color #416019: hue angle of 86.2º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416019 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 25 -
CMYK 0.32 0 0.74 0.62
HSL 86.2º 0.59% 0.24% -
HSV(B) 86.2º 0.74% 0.38% -
XYZ 6.54 9.56 2.42 -
YUV 78.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 65 96 25 0.32 0 0.74 0.62 86.2 0.59 0.24
Hex 41 60 19 20 0 4A 3E 56 3B 18
Octal 101 140 31 40 0 112 76 126 73 30
Binary 1000001 1100000 11001 100000 0 1001010 111110 1010110 111011 11000

Color Harmonies of #416019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416019

Black with #416019

Text Example


Text Example

White with #416019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416019; }

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

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

background-color css

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

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

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

border-color css

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

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

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