Html Css Color HEX #428A13 La Palma

📋 copy color: '#428A13'

red 66 ◦ green 138 ◦ blue 19

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

Shades of La Palma #428A13

Tints of La Palma #428A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 61.88%

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 29.6%
G = 61.88%
B = 8.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#428A13 (or 0x428A13) is known color: La Palma. HEX triplet: 42, 8A and 13. RGB value is (66,138,19). Sum of RGB (Red+Green+Blue) = 66+138+19=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #428A13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428A13 is #BD75EC. Grayscale: #676767. Windows color (decimal): -12416493 or 1280578. OLE color: 1280578.

HSL color Cylindrical-coordinate representation of color #428A13: hue angle of 96.3º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #428A13 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 19 -
CMYK 0.52 0 0.86 0.46
HSL 96.3º 0.76% 0.31% -
HSV(B) 96.3º 0.86% 0.54% -
XYZ 11.45 19.38 3.75 -
YUV 102.91 80.65 101.68 -
System Red Green Blue C M Y K H S L
Decimal 66 138 19 0.52 0 0.86 0.46 96.3 0.76 0.31
Hex 42 8A 13 34 0 56 2E 60 4C 1F
Octal 102 212 23 64 0 126 56 140 114 37
Binary 1000010 10001010 10011 110100 0 1010110 101110 1100000 1001100 11111

Color Harmonies of #428A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A13

Black with #428A13

Text Example


Text Example

White with #428A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,138,19); }

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

background-color css

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

 a { background-color: rgb(66,138,19); }

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

border-color css

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

 span { border-color: rgb(66,138,19); }

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