Html Css Color HEX #418D1F La Palma

📋 copy color: '#418D1F'

red 65 ◦ green 141 ◦ blue 31

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

Shades of La Palma #418D1F

Tints of La Palma #418D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 59.49%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 27.43%
G = 59.49%
B = 13.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#418D1F (or 0x418D1F) is known color: La Palma. HEX triplet: 41, 8D and 1F. RGB value is (65,141,31). Sum of RGB (Red+Green+Blue) = 65+141+31=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #418D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418D1F is #BE72E0. Grayscale: #6A6A6A. Windows color (decimal): -12481249 or 2067777. OLE color: 2067777.

HSL color Cylindrical-coordinate representation of color #418D1F: hue angle of 101.45º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #418D1F is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 141 31 -
CMYK 0.54 0 0.78 0.45
HSL 101.45º 0.64% 0.34% -
HSV(B) 101.45º 0.78% 0.55% -
XYZ 11.95 20.27 4.58 -
YUV 105.74 85.82 98.94 -
System Red Green Blue C M Y K H S L
Decimal 65 141 31 0.54 0 0.78 0.45 101.45 0.64 0.34
Hex 41 8D 1F 36 0 4E 2D 65 40 22
Octal 101 215 37 66 0 116 55 145 100 42
Binary 1000001 10001101 11111 110110 0 1001110 101101 1100101 1000000 100010

Color Harmonies of #418D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D1F

Black with #418D1F

Text Example


Text Example

White with #418D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418D1F; }

 p { color: rgb(65,141,31); }

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

background-color css

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

 a { background-color: rgb(65,141,31); }

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

border-color css

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

 span { border-color: rgb(65,141,31); }

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