Html Css Color HEX #4A992B La Palma

📋 copy color: '#4A992B'

red 74 ◦ green 153 ◦ blue 43

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

Shades of La Palma #4A992B

Tints of La Palma #4A992B

RGB

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

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

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

R = 27.41%
G = 56.67%
B = 15.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#4A992B (or 0x4A992B) is known color: La Palma. HEX triplet: 4A, 99 and 2B. RGB value is (74,153,43). Sum of RGB (Red+Green+Blue) = 74+153+43=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #4A992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A992B is #B566D4. Grayscale: #757575. Windows color (decimal): -11888341 or 2857290. OLE color: 2857290.

HSL color Cylindrical-coordinate representation of color #4A992B: hue angle of 103.09º 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 #4A992B is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 153 43 -
CMYK 0.52 0 0.72 0.4
HSL 103.09º 0.56% 0.38% -
HSV(B) 103.09º 0.72% 0.6% -
XYZ 14.65 24.41 6.23 -
YUV 116.84 86.33 97.44 -
System Red Green Blue C M Y K H S L
Decimal 74 153 43 0.52 0 0.72 0.4 103.09 0.56 0.38
Hex 4A 99 2B 34 0 48 28 67 38 26
Octal 112 231 53 64 0 110 50 147 70 46
Binary 1001010 10011001 101011 110100 0 1001000 101000 1100111 111000 100110

Color Harmonies of #4A992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A992B

Black with #4A992B

Text Example


Text Example

White with #4A992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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