Html Css Color HEX #4A992F La Palma

📋 copy color: '#4A992F'

red 74 ◦ green 153 ◦ blue 47

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

Shades of La Palma #4A992F

Tints of La Palma #4A992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.84%

 BLUE value IS 47 (18.75% from 255) = 17.15%

R = 27.01%
G = 55.84%
B = 17.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#4A992F (or 0x4A992F) is known color: La Palma. HEX triplet: 4A, 99 and 2F. RGB value is (74,153,47). Sum of RGB (Red+Green+Blue) = 74+153+47=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #4A992F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A992F is #B566D0. Grayscale: #757575. Windows color (decimal): -11888337 or 3119434. OLE color: 3119434.

HSL color Cylindrical-coordinate representation of color #4A992F: hue angle of 104.72º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A992F is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 153 47 -
CMYK 0.52 0 0.69 0.4
HSL 104.72º 0.53% 0.39% -
HSV(B) 104.72º 0.69% 0.6% -
XYZ 14.73 24.44 6.63 -
YUV 117.3 88.33 97.12 -
System Red Green Blue C M Y K H S L
Decimal 74 153 47 0.52 0 0.69 0.4 104.72 0.53 0.39
Hex 4A 99 2F 34 0 45 28 69 35 27
Octal 112 231 57 64 0 105 50 151 65 47
Binary 1001010 10011001 101111 110100 0 1000101 101000 1101001 110101 100111

Color Harmonies of #4A992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A992F

Black with #4A992F

Text Example


Text Example

White with #4A992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,153,47); }

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

background-color css

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

 a { background-color: rgb(74,153,47); }

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

border-color css

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

 span { border-color: rgb(74,153,47); }

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