Html Css Color HEX #428B34 La Palma

📋 copy color: '#428B34'

red 66 ◦ green 139 ◦ blue 52

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

Shades of La Palma #428B34

Tints of La Palma #428B34

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.09%

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 25.68%
G = 54.09%
B = 20.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#428B34 (or 0x428B34) is known color: La Palma. HEX triplet: 42, 8B and 34. RGB value is (66,139,52). Sum of RGB (Red+Green+Blue) = 66+139+52=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #428B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B34 is #BD74CB. Grayscale: #6B6B6B. Windows color (decimal): -12416204 or 3443522. OLE color: 3443522.

HSL color Cylindrical-coordinate representation of color #428B34: hue angle of 110.34º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #428B34 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 139 52 -
CMYK 0.53 0 0.63 0.45
HSL 110.34º 0.46% 0.37% -
HSV(B) 110.34º 0.63% 0.55% -
XYZ 12.1 19.87 6.45 -
YUV 107.26 96.82 98.57 -
System Red Green Blue C M Y K H S L
Decimal 66 139 52 0.53 0 0.63 0.45 110.34 0.46 0.37
Hex 42 8B 34 35 0 3F 2D 6E 2E 25
Octal 102 213 64 65 0 77 55 156 56 45
Binary 1000010 10001011 110100 110101 0 111111 101101 1101110 101110 100101

Color Harmonies of #428B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B34

Black with #428B34

Text Example


Text Example

White with #428B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428B34; }

 p { color: rgb(66,139,52); }

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

background-color css

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

 a { background-color: rgb(66,139,52); }

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

border-color css

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

 span { border-color: rgb(66,139,52); }

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