Html Css Color HEX #419425 La Palma

📋 copy color: '#419425'

red 65 ◦ green 148 ◦ blue 37

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

Shades of La Palma #419425

Tints of La Palma #419425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.2%

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 26%
G = 59.2%
B = 14.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#419425 (or 0x419425) is known color: La Palma. HEX triplet: 41, 94 and 25. RGB value is (65,148,37). Sum of RGB (Red+Green+Blue) = 65+148+37=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #419425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419425 is #BE6BDA. Grayscale: #6E6E6E. Windows color (decimal): -12479451 or 2462785. OLE color: 2462785.

HSL color Cylindrical-coordinate representation of color #419425: hue angle of 104.86º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #419425 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 37 -
CMYK 0.56 0 0.75 0.42
HSL 104.86º 0.6% 0.36% -
HSV(B) 104.86º 0.75% 0.58% -
XYZ 13.1 22.44 5.39 -
YUV 110.53 86.5 95.53 -
System Red Green Blue C M Y K H S L
Decimal 65 148 37 0.56 0 0.75 0.42 104.86 0.6 0.36
Hex 41 94 25 38 0 4B 2A 69 3C 24
Octal 101 224 45 70 0 113 52 151 74 44
Binary 1000001 10010100 100101 111000 0 1001011 101010 1101001 111100 100100

Color Harmonies of #419425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419425

Black with #419425

Text Example


Text Example

White with #419425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419425; }

 p { color: rgb(65,148,37); }

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

background-color css

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

 a { background-color: rgb(65,148,37); }

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

border-color css

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

 span { border-color: rgb(65,148,37); }

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