Html Css Color HEX #4A982B La Palma

📋 copy color: '#4A982B'

red 74 ◦ green 152 ◦ blue 43

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

Shades of La Palma #4A982B

Tints of La Palma #4A982B

RGB

 RED value IS 74 (29.3% from 255) = 27.51%

 GREEN value IS 152 (59.77% from 255) = 56.51%

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 27.51%
G = 56.51%
B = 15.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#4A982B (or 0x4A982B) is known color: La Palma. HEX triplet: 4A, 98 and 2B. RGB value is (74,152,43). Sum of RGB (Red+Green+Blue) = 74+152+43=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #4A982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A982B is #B567D4. Grayscale: #747474. Windows color (decimal): -11888597 or 2857034. OLE color: 2857034.

HSL color Cylindrical-coordinate representation of color #4A982B: hue angle of 102.94º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A982B is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 152 43 -
CMYK 0.51 0 0.72 0.40
HSL 102.94º 0.56% 0.38% -
HSV(B) 102.94º 0.72% 0.6% -
XYZ 14.49 24.09 6.17 -
YUV 116.25 86.66 97.86 -
System Red Green Blue C M Y K H S L
Decimal 74 152 43 0.51 0 0.72 0.40 102.94 0.56 0.38
Hex 4A 98 2B 33 0 48 28 67 38 26
Octal 112 230 53 63 0 110 50 147 70 46
Binary 1001010 10011000 101011 110011 0 1001000 101000 1100111 111000 100110

Color Harmonies of #4A982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A982B

Black with #4A982B

Text Example


Text Example

White with #4A982B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,152,43); }

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

background-color css

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

 a { background-color: rgb(74,152,43); }

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

border-color css

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

 span { border-color: rgb(74,152,43); }

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