Html Css Color HEX #418532 La Palma

📋 copy color: '#418532'

red 65 ◦ green 133 ◦ blue 50

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

Shades of La Palma #418532

Tints of La Palma #418532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.63%

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

R = 26.21%
G = 53.63%
B = 20.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#418532 (or 0x418532) is known color: La Palma. HEX triplet: 41, 85 and 32. RGB value is (65,133,50). Sum of RGB (Red+Green+Blue) = 65+133+50=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #418532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418532 is #BE7ACD. Grayscale: #676767. Windows color (decimal): -12483278 or 3310913. OLE color: 3310913.

HSL color Cylindrical-coordinate representation of color #418532: hue angle of 109.16º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418532 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 50 -
CMYK 0.51 0 0.62 0.48
HSL 109.16º 0.45% 0.36% -
HSV(B) 109.16º 0.62% 0.52% -
XYZ 11.14 18.13 5.93 -
YUV 103.21 97.97 100.75 -
System Red Green Blue C M Y K H S L
Decimal 65 133 50 0.51 0 0.62 0.48 109.16 0.45 0.36
Hex 41 85 32 33 0 3E 30 6D 2D 24
Octal 101 205 62 63 0 76 60 155 55 44
Binary 1000001 10000101 110010 110011 0 111110 110000 1101101 101101 100100

Color Harmonies of #418532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418532

Black with #418532

Text Example


Text Example

White with #418532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418532; }

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

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

background-color css

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

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

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

border-color css

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

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

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