Html Css Color HEX #418232 La Palma

📋 copy color: '#418232'

red 65 ◦ green 130 ◦ blue 50

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

Shades of La Palma #418232

Tints of La Palma #418232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.06%

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 26.53%
G = 53.06%
B = 20.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#418232 (or 0x418232) is known color: La Palma. HEX triplet: 41, 82 and 32. RGB value is (65,130,50). Sum of RGB (Red+Green+Blue) = 65+130+50=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #418232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418232 is #BE7DCD. Grayscale: #656565. Windows color (decimal): -12484046 or 3310145. OLE color: 3310145.

HSL color Cylindrical-coordinate representation of color #418232: hue angle of 108.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418232 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 50 -
CMYK 0.50 0 0.62 0.49
HSL 108.75º 0.44% 0.35% -
HSV(B) 108.75º 0.62% 0.51% -
XYZ 10.74 17.32 5.79 -
YUV 101.45 98.97 102 -
System Red Green Blue C M Y K H S L
Decimal 65 130 50 0.50 0 0.62 0.49 108.75 0.44 0.35
Hex 41 82 32 32 0 3E 31 6D 2C 23
Octal 101 202 62 62 0 76 61 155 54 43
Binary 1000001 10000010 110010 110010 0 111110 110001 1101101 101100 100011

Color Harmonies of #418232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418232

Black with #418232

Text Example


Text Example

White with #418232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418232; }

 p { color: rgb(65,130,50); }

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

background-color css

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

 a { background-color: rgb(65,130,50); }

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

border-color css

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

 span { border-color: rgb(65,130,50); }

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