Html Css Color HEX #41710C Green Leaf

📋 copy color: '#41710C'

red 65 ◦ green 113 ◦ blue 12

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

Shades of Green Leaf #41710C

Tints of Green Leaf #41710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 59.47%

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 34.21%
G = 59.47%
B = 6.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#41710C (or 0x41710C) is known color: Green Leaf. HEX triplet: 41, 71 and 0C. RGB value is (65,113,12). Sum of RGB (Red+Green+Blue) = 65+113+12=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #41710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41710C is #BE8EF3. Grayscale: #575757. Windows color (decimal): -12488436 or 815425. OLE color: 815425.

HSL color Cylindrical-coordinate representation of color #41710C: hue angle of 88.51º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41710C is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 12 -
CMYK 0.42 0 0.89 0.56
HSL 88.51º 0.81% 0.25% -
HSV(B) 88.51º 0.89% 0.44% -
XYZ 8.15 12.96 2.42 -
YUV 87.13 85.6 112.21 -
System Red Green Blue C M Y K H S L
Decimal 65 113 12 0.42 0 0.89 0.56 88.51 0.81 0.25
Hex 41 71 C 2A 0 59 38 59 51 19
Octal 101 161 14 52 0 131 70 131 121 31
Binary 1000001 1110001 1100 101010 0 1011001 111000 1011001 1010001 11001

Color Harmonies of #41710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41710C

Black with #41710C

Text Example


Text Example

White with #41710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41710C; }

 p { color: rgb(65,113,12); }

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

background-color css

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

 a { background-color: rgb(65,113,12); }

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

border-color css

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

 span { border-color: rgb(65,113,12); }

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