Html Css Color HEX #418D01 La Palma

📋 copy color: '#418D01'

red 65 ◦ green 141 ◦ blue 1

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

Shades of La Palma #418D01

Tints of La Palma #418D01

RGB

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

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

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

R = 31.4%
G = 68.12%
B = 0.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#418D01 (or 0x418D01) is known color: La Palma. HEX triplet: 41, 8D and 01. RGB value is (65,141,1). Sum of RGB (Red+Green+Blue) = 65+141+1=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 141 (55.47% from 255 or 68.12% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 141 - color contains mainly: green. Hex color #418D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418D01 is #BE72FE. Grayscale: #666666. Windows color (decimal): -12481279 or 101697. OLE color: 101697.

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

Color convert

RGB 65 141 1 -
CMYK 0.54 0 0.99 0.45
HSL 92.57º 0.99% 0.28% -
HSV(B) 92.57º 0.99% 0.55% -
XYZ 11.71 20.18 3.31 -
YUV 102.32 70.82 101.38 -
System Red Green Blue C M Y K H S L
Decimal 65 141 1 0.54 0 0.99 0.45 92.57 0.99 0.28
Hex 41 8D 1 36 0 63 2D 5D 63 1C
Octal 101 215 1 66 0 143 55 135 143 34
Binary 1000001 10001101 1 110110 0 1100011 101101 1011101 1100011 11100

Color Harmonies of #418D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D01

Black with #418D01

Text Example


Text Example

White with #418D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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