Html Css Color HEX #428533 La Palma

📋 copy color: '#428533'

red 66 ◦ green 133 ◦ blue 51

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

Shades of La Palma #428533

Tints of La Palma #428533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.4%

R = 26.4%
G = 53.2%
B = 20.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#428533 (or 0x428533) is known color: La Palma. HEX triplet: 42, 85 and 33. RGB value is (66,133,51). Sum of RGB (Red+Green+Blue) = 66+133+51=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #428533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428533 is #BD7ACC. Grayscale: #676767. Windows color (decimal): -12417741 or 3376450. OLE color: 3376450.

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

Color convert

RGB 66 133 51 -
CMYK 0.50 0 0.62 0.48
HSL 109.02º 0.45% 0.36% -
HSV(B) 109.02º 0.62% 0.52% -
XYZ 11.23 18.17 6.05 -
YUV 103.62 98.3 101.17 -
System Red Green Blue C M Y K H S L
Decimal 66 133 51 0.50 0 0.62 0.48 109.02 0.45 0.36
Hex 42 85 33 32 0 3E 30 6D 2D 24
Octal 102 205 63 62 0 76 60 155 55 44
Binary 1000010 10000101 110011 110010 0 111110 110000 1101101 101101 100100

Color Harmonies of #428533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428533

Black with #428533

Text Example


Text Example

White with #428533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428533; }

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

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

background-color css

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

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

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

border-color css

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

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

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