Html Css Color HEX #4D902A La Palma

📋 copy color: '#4D902A'

red 77 ◦ green 144 ◦ blue 42

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

Shades of La Palma #4D902A

Tints of La Palma #4D902A

RGB

 RED value IS 77 (30.47% from 255) = 29.28%

 GREEN value IS 144 (56.64% from 255) = 54.75%

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

R = 29.28%
G = 54.75%
B = 15.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#4D902A (or 0x4D902A) is known color: La Palma. HEX triplet: 4D, 90 and 2A. RGB value is (77,144,42). Sum of RGB (Red+Green+Blue) = 77+144+42=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #4D902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D902A is #B26FD5. Grayscale: #707070. Windows color (decimal): -11694038 or 2789453. OLE color: 2789453.

HSL color Cylindrical-coordinate representation of color #4D902A: hue angle of 99.41º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D902A is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 144 42 -
CMYK 0.47 0 0.71 0.44
HSL 99.41º 0.55% 0.36% -
HSV(B) 99.41º 0.71% 0.56% -
XYZ 13.45 21.69 5.67 -
YUV 112.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 77 144 42 0.47 0 0.71 0.44 99.41 0.55 0.36
Hex 4D 90 2A 2F 0 47 2C 63 37 24
Octal 115 220 52 57 0 107 54 143 67 44
Binary 1001101 10010000 101010 101111 0 1000111 101100 1100011 110111 100100

Color Harmonies of #4D902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D902A

Black with #4D902A

Text Example


Text Example

White with #4D902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D902A; }

 p { color: rgb(77,144,42); }

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

background-color css

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

 a { background-color: rgb(77,144,42); }

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

border-color css

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

 span { border-color: rgb(77,144,42); }

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