Html Css Color HEX #418D04 La Palma

📋 copy color: '#418D04'

red 65 ◦ green 141 ◦ blue 4

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

Shades of La Palma #418D04

Tints of La Palma #418D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 30.95%
G = 67.14%
B = 1.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#418D04 (or 0x418D04) is known color: La Palma. HEX triplet: 41, 8D and 04. RGB value is (65,141,4). Sum of RGB (Red+Green+Blue) = 65+141+4=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 141 (55.47% from 255 or 67.14% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 141 - color contains mainly: green. Hex color #418D04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418D04 is #BE72FB. Grayscale: #676767. Windows color (decimal): -12481276 or 298305. OLE color: 298305.

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

Color convert

RGB 65 141 4 -
CMYK 0.54 0 0.97 0.45
HSL 93.28º 0.94% 0.28% -
HSV(B) 93.28º 0.97% 0.55% -
XYZ 11.73 20.18 3.39 -
YUV 102.66 72.32 101.14 -
System Red Green Blue C M Y K H S L
Decimal 65 141 4 0.54 0 0.97 0.45 93.28 0.94 0.28
Hex 41 8D 4 36 0 61 2D 5D 5E 1C
Octal 101 215 4 66 0 141 55 135 136 34
Binary 1000001 10001101 100 110110 0 1100001 101101 1011101 1011110 11100

Color Harmonies of #418D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D04

Black with #418D04

Text Example


Text Example

White with #418D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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