Html Css Color HEX #429525 La Palma

📋 copy color: '#429525'

red 66 ◦ green 149 ◦ blue 37

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

Shades of La Palma #429525

Tints of La Palma #429525

RGB

 RED value IS 66 (26.17% from 255) = 26.19%

 GREEN value IS 149 (58.59% from 255) = 59.13%

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

R = 26.19%
G = 59.13%
B = 14.68%

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

#429525 (or 0x429525) is known color: La Palma. HEX triplet: 42, 95 and 25. RGB value is (66,149,37). Sum of RGB (Red+Green+Blue) = 66+149+37=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #429525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429525 is #BD6ADA. Grayscale: #6F6F6F. Windows color (decimal): -12413659 or 2463042. OLE color: 2463042.

HSL color Cylindrical-coordinate representation of color #429525: hue angle of 104.46º 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 #429525 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 37 -
CMYK 0.56 0 0.75 0.42
HSL 104.46º 0.6% 0.36% -
HSV(B) 104.46º 0.75% 0.58% -
XYZ 13.33 22.79 5.45 -
YUV 111.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 66 149 37 0.56 0 0.75 0.42 104.46 0.6 0.36
Hex 42 95 25 38 0 4B 2A 68 3C 24
Octal 102 225 45 70 0 113 52 150 74 44
Binary 1000010 10010101 100101 111000 0 1001011 101010 1101000 111100 100100

Color Harmonies of #429525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429525

Black with #429525

Text Example


Text Example

White with #429525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429525; }

 p { color: rgb(66,149,37); }

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

background-color css

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

 a { background-color: rgb(66,149,37); }

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

border-color css

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

 span { border-color: rgb(66,149,37); }

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