Html Css Color HEX #418620 La Palma

📋 copy color: '#418620'

red 65 ◦ green 134 ◦ blue 32

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

Shades of La Palma #418620

Tints of La Palma #418620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.01%

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 28.14%
G = 58.01%
B = 13.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#418620 (or 0x418620) is known color: La Palma. HEX triplet: 41, 86 and 20. RGB value is (65,134,32). Sum of RGB (Red+Green+Blue) = 65+134+32=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #418620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418620 is #BE79DF. Grayscale: #666666. Windows color (decimal): -12483040 or 2131521. OLE color: 2131521.

HSL color Cylindrical-coordinate representation of color #418620: hue angle of 100.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #418620 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 32 -
CMYK 0.51 0 0.76 0.47
HSL 100.59º 0.61% 0.33% -
HSV(B) 100.59º 0.76% 0.53% -
XYZ 10.97 18.28 4.32 -
YUV 101.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 65 134 32 0.51 0 0.76 0.47 100.59 0.61 0.33
Hex 41 86 20 33 0 4C 2F 65 3D 21
Octal 101 206 40 63 0 114 57 145 75 41
Binary 1000001 10000110 100000 110011 0 1001100 101111 1100101 111101 100001

Color Harmonies of #418620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418620

Black with #418620

Text Example


Text Example

White with #418620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418620; }

 p { color: rgb(65,134,32); }

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

background-color css

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

 a { background-color: rgb(65,134,32); }

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

border-color css

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

 span { border-color: rgb(65,134,32); }

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