Html Css Color HEX #418914 La Palma

📋 copy color: '#418914'

red 65 ◦ green 137 ◦ blue 20

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

Shades of La Palma #418914

Tints of La Palma #418914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.71%

 BLUE value IS 20 (8.2% from 255) = 9.01%

R = 29.28%
G = 61.71%
B = 9.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#418914 (or 0x418914) is known color: La Palma. HEX triplet: 41, 89 and 14. RGB value is (65,137,20). Sum of RGB (Red+Green+Blue) = 65+137+20=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #418914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418914 is #BE76EB. Grayscale: #666666. Windows color (decimal): -12482284 or 1345857. OLE color: 1345857.

HSL color Cylindrical-coordinate representation of color #418914: hue angle of 96.92º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #418914 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 20 -
CMYK 0.53 0 0.85 0.46
HSL 96.92º 0.75% 0.31% -
HSV(B) 96.92º 0.85% 0.54% -
XYZ 11.25 19.07 3.75 -
YUV 102.13 81.65 101.51 -
System Red Green Blue C M Y K H S L
Decimal 65 137 20 0.53 0 0.85 0.46 96.92 0.75 0.31
Hex 41 89 14 35 0 55 2E 61 4B 1F
Octal 101 211 24 65 0 125 56 141 113 37
Binary 1000001 10001001 10100 110101 0 1010101 101110 1100001 1001011 11111

Color Harmonies of #418914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418914

Black with #418914

Text Example


Text Example

White with #418914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418914; }

 p { color: rgb(65,137,20); }

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

background-color css

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

 a { background-color: rgb(65,137,20); }

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

border-color css

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

 span { border-color: rgb(65,137,20); }

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