Html Css Color HEX #418E1F La Palma

📋 copy color: '#418E1F'

red 65 ◦ green 142 ◦ blue 31

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

Shades of La Palma #418E1F

Tints of La Palma #418E1F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 59.66%

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

R = 27.31%
G = 59.66%
B = 13.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#418E1F (or 0x418E1F) is known color: La Palma. HEX triplet: 41, 8E and 1F. RGB value is (65,142,31). Sum of RGB (Red+Green+Blue) = 65+142+31=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 142 (55.86% from 255 or 59.66% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 142 - color contains mainly: green. Hex color #418E1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418E1F is #BE71E0. Grayscale: #6A6A6A. Windows color (decimal): -12480993 or 2068033. OLE color: 2068033.

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

Color convert

RGB 65 142 31 -
CMYK 0.54 0 0.78 0.44
HSL 101.62º 0.64% 0.34% -
HSV(B) 101.62º 0.78% 0.56% -
XYZ 12.1 20.57 4.63 -
YUV 106.32 85.49 98.53 -
System Red Green Blue C M Y K H S L
Decimal 65 142 31 0.54 0 0.78 0.44 101.62 0.64 0.34
Hex 41 8E 1F 36 0 4E 2C 66 40 22
Octal 101 216 37 66 0 116 54 146 100 42
Binary 1000001 10001110 11111 110110 0 1001110 101100 1100110 1000000 100010

Color Harmonies of #418E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418E1F

Black with #418E1F

Text Example


Text Example

White with #418E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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