Html Css Color HEX #479530 La Palma

📋 copy color: '#479530'

red 71 ◦ green 149 ◦ blue 48

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

Shades of La Palma #479530

Tints of La Palma #479530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.6%

 BLUE value IS 48 (19.14% from 255) = 17.91%

R = 26.49%
G = 55.6%
B = 17.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#479530 (or 0x479530) is known color: La Palma. HEX triplet: 47, 95 and 30. RGB value is (71,149,48). Sum of RGB (Red+Green+Blue) = 71+149+48=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #479530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479530 is #B86ACF. Grayscale: #727272. Windows color (decimal): -12085968 or 3183943. OLE color: 3183943.

HSL color Cylindrical-coordinate representation of color #479530: hue angle of 106.34º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479530 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 48 -
CMYK 0.52 0 0.68 0.42
HSL 106.34º 0.51% 0.39% -
HSV(B) 106.34º 0.68% 0.58% -
XYZ 13.88 23.05 6.51 -
YUV 114.16 90.66 97.21 -
System Red Green Blue C M Y K H S L
Decimal 71 149 48 0.52 0 0.68 0.42 106.34 0.51 0.39
Hex 47 95 30 34 0 44 2A 6A 33 27
Octal 107 225 60 64 0 104 52 152 63 47
Binary 1000111 10010101 110000 110100 0 1000100 101010 1101010 110011 100111

Color Harmonies of #479530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479530

Black with #479530

Text Example


Text Example

White with #479530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479530; }

 p { color: rgb(71,149,48); }

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

background-color css

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

 a { background-color: rgb(71,149,48); }

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

border-color css

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

 span { border-color: rgb(71,149,48); }

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