Html Css Color HEX #42A526 La Palma

📋 copy color: '#42A526'

red 66 ◦ green 165 ◦ blue 38

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

Shades of La Palma #42A526

Tints of La Palma #42A526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 61.34%

 BLUE value IS 38 (15.23% from 255) = 14.13%

R = 24.54%
G = 61.34%
B = 14.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#42A526 (or 0x42A526) is known color: La Palma. HEX triplet: 42, A5 and 26. RGB value is (66,165,38). Sum of RGB (Red+Green+Blue) = 66+165+38=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 165 (64.84% from 255 or 61.34% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 165 - color contains mainly: green. Hex color #42A526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A526 is #BD5AD9. Grayscale: #797979. Windows color (decimal): -12409562 or 2532674. OLE color: 2532674.

HSL color Cylindrical-coordinate representation of color #42A526: hue angle of 106.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42A526 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 165 38 -
CMYK 0.60 0 0.77 0.35
HSL 106.77º 0.63% 0.4% -
HSV(B) 106.77º 0.77% 0.65% -
XYZ 16.05 28.21 6.43 -
YUV 120.92 81.2 88.83 -
System Red Green Blue C M Y K H S L
Decimal 66 165 38 0.60 0 0.77 0.35 106.77 0.63 0.4
Hex 42 A5 26 3C 0 4D 23 6B 3F 28
Octal 102 245 46 74 0 115 43 153 77 50
Binary 1000010 10100101 100110 111100 0 1001101 100011 1101011 111111 101000

Color Harmonies of #42A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A526

Black with #42A526

Text Example


Text Example

White with #42A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A526; }

 p { color: rgb(66,165,38); }

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

background-color css

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

 a { background-color: rgb(66,165,38); }

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

border-color css

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

 span { border-color: rgb(66,165,38); }

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