Html Css Color HEX #428236 La Palma

📋 copy color: '#428236'

red 66 ◦ green 130 ◦ blue 54

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

Shades of La Palma #428236

Tints of La Palma #428236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 26.4%
G = 52%
B = 21.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#428236 (or 0x428236) is known color: La Palma. HEX triplet: 42, 82 and 36. RGB value is (66,130,54). Sum of RGB (Red+Green+Blue) = 66+130+54=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #428236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428236 is #BD7DC9. Grayscale: #666666. Windows color (decimal): -12418506 or 3572290. OLE color: 3572290.

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

Color convert

RGB 66 130 54 -
CMYK 0.49 0 0.58 0.49
HSL 110.53º 0.41% 0.36% -
HSV(B) 110.53º 0.58% 0.51% -
XYZ 10.9 17.39 6.27 -
YUV 102.2 100.8 102.18 -
System Red Green Blue C M Y K H S L
Decimal 66 130 54 0.49 0 0.58 0.49 110.53 0.41 0.36
Hex 42 82 36 31 0 3A 31 6F 29 24
Octal 102 202 66 61 0 72 61 157 51 44
Binary 1000010 10000010 110110 110001 0 111010 110001 1101111 101001 100100

Color Harmonies of #428236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428236

Black with #428236

Text Example


Text Example

White with #428236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428236; }

 p { color: rgb(66,130,54); }

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

background-color css

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

 a { background-color: rgb(66,130,54); }

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

border-color css

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

 span { border-color: rgb(66,130,54); }

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