Html Css Color HEX #428522 La Palma

📋 copy color: '#428522'

red 66 ◦ green 133 ◦ blue 34

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

Shades of La Palma #428522

Tints of La Palma #428522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.08%

 BLUE value IS 34 (13.67% from 255) = 14.59%

R = 28.33%
G = 57.08%
B = 14.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#428522 (or 0x428522) is known color: La Palma. HEX triplet: 42, 85 and 22. RGB value is (66,133,34). Sum of RGB (Red+Green+Blue) = 66+133+34=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #428522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428522 is #BD7ADD. Grayscale: #666666. Windows color (decimal): -12417758 or 2262338. OLE color: 2262338.

HSL color Cylindrical-coordinate representation of color #428522: hue angle of 100.61º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #428522 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 34 -
CMYK 0.50 0 0.74 0.48
HSL 100.61º 0.59% 0.33% -
HSV(B) 100.61º 0.74% 0.52% -
XYZ 10.92 18.05 4.42 -
YUV 101.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 66 133 34 0.50 0 0.74 0.48 100.61 0.59 0.33
Hex 42 85 22 32 0 4A 30 65 3B 21
Octal 102 205 42 62 0 112 60 145 73 41
Binary 1000010 10000101 100010 110010 0 1001010 110000 1100101 111011 100001

Color Harmonies of #428522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428522

Black with #428522

Text Example


Text Example

White with #428522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428522; }

 p { color: rgb(66,133,34); }

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

background-color css

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

 a { background-color: rgb(66,133,34); }

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

border-color css

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

 span { border-color: rgb(66,133,34); }

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