Html Css Color HEX #479A2A La Palma

📋 copy color: '#479A2A'

red 71 ◦ green 154 ◦ blue 42

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

Shades of La Palma #479A2A

Tints of La Palma #479A2A

RGB

 RED value IS 71 (28.13% from 255) = 26.59%

 GREEN value IS 154 (60.55% from 255) = 57.68%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 26.59%
G = 57.68%
B = 15.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#479A2A (or 0x479A2A) is known color: La Palma. HEX triplet: 47, 9A and 2A. RGB value is (71,154,42). Sum of RGB (Red+Green+Blue) = 71+154+42=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #479A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479A2A is #B865D5. Grayscale: #747474. Windows color (decimal): -12084694 or 2792007. OLE color: 2792007.

HSL color Cylindrical-coordinate representation of color #479A2A: hue angle of 104.46º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #479A2A is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 154 42 -
CMYK 0.54 0 0.73 0.40
HSL 104.46º 0.57% 0.38% -
HSV(B) 104.46º 0.73% 0.6% -
XYZ 14.57 24.62 6.17 -
YUV 116.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 71 154 42 0.54 0 0.73 0.40 104.46 0.57 0.38
Hex 47 9A 2A 36 0 49 28 68 39 26
Octal 107 232 52 66 0 111 50 150 71 46
Binary 1000111 10011010 101010 110110 0 1001001 101000 1101000 111001 100110

Color Harmonies of #479A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479A2A

Black with #479A2A

Text Example


Text Example

White with #479A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479A2A; }

 p { color: rgb(71,154,42); }

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

background-color css

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

 a { background-color: rgb(71,154,42); }

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

border-color css

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

 span { border-color: rgb(71,154,42); }

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