Html Css Color HEX #418F01 La Palma

📋 copy color: '#418F01'

red 65 ◦ green 143 ◦ blue 1

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

Shades of La Palma #418F01

Tints of La Palma #418F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 68.42%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 31.1%
G = 68.42%
B = 0.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#418F01 (or 0x418F01) is known color: La Palma. HEX triplet: 41, 8F and 01. RGB value is (65,143,1). Sum of RGB (Red+Green+Blue) = 65+143+1=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 143 (56.25% from 255 or 68.42% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 143 - color contains mainly: green. Hex color #418F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418F01 is #BE70FE. Grayscale: #676767. Windows color (decimal): -12480767 or 102209. OLE color: 102209.

HSL color Cylindrical-coordinate representation of color #418F01: hue angle of 92.96º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #418F01 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 143 1 -
CMYK 0.55 0 0.99 0.44
HSL 92.96º 0.99% 0.28% -
HSV(B) 92.96º 0.99% 0.56% -
XYZ 12.01 20.77 3.41 -
YUV 103.49 70.16 100.55 -
System Red Green Blue C M Y K H S L
Decimal 65 143 1 0.55 0 0.99 0.44 92.96 0.99 0.28
Hex 41 8F 1 37 0 63 2C 5D 63 1C
Octal 101 217 1 67 0 143 54 135 143 34
Binary 1000001 10001111 1 110111 0 1100011 101100 1011101 1100011 11100

Color Harmonies of #418F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418F01

Black with #418F01

Text Example


Text Example

White with #418F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,143,1); }

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

background-color css

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

 a { background-color: rgb(65,143,1); }

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

border-color css

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

 span { border-color: rgb(65,143,1); }

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