Html Css Color HEX #418235 La Palma

📋 copy color: '#418235'

red 65 ◦ green 130 ◦ blue 53

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

Shades of La Palma #418235

Tints of La Palma #418235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 26.21%
G = 52.42%
B = 21.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#418235 (or 0x418235) is known color: La Palma. HEX triplet: 41, 82 and 35. RGB value is (65,130,53). Sum of RGB (Red+Green+Blue) = 65+130+53=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #418235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418235 is #BE7DCA. Grayscale: #666666. Windows color (decimal): -12484043 or 3506753. OLE color: 3506753.

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

Color convert

RGB 65 130 53 -
CMYK 0.50 0 0.59 0.49
HSL 110.65º 0.42% 0.36% -
HSV(B) 110.65º 0.59% 0.51% -
XYZ 10.81 17.35 6.15 -
YUV 101.79 100.47 101.76 -
System Red Green Blue C M Y K H S L
Decimal 65 130 53 0.50 0 0.59 0.49 110.65 0.42 0.36
Hex 41 82 35 32 0 3B 31 6F 2A 24
Octal 101 202 65 62 0 73 61 157 52 44
Binary 1000001 10000010 110101 110010 0 111011 110001 1101111 101010 100100

Color Harmonies of #418235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418235

Black with #418235

Text Example


Text Example

White with #418235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418235; }

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

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

background-color css

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

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

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

border-color css

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

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

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