Html Css Color HEX #4B972F La Palma

📋 copy color: '#4B972F'

red 75 ◦ green 151 ◦ blue 47

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

Shades of La Palma #4B972F

Tints of La Palma #4B972F

RGB

 RED value IS 75 (29.69% from 255) = 27.47%

 GREEN value IS 151 (59.38% from 255) = 55.31%

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

R = 27.47%
G = 55.31%
B = 17.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#4B972F (or 0x4B972F) is known color: La Palma. HEX triplet: 4B, 97 and 2F. RGB value is (75,151,47). Sum of RGB (Red+Green+Blue) = 75+151+47=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #4B972F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B972F is #B468D0. Grayscale: #747474. Windows color (decimal): -11823313 or 3118923. OLE color: 3118923.

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

Color convert

RGB 75 151 47 -
CMYK 0.50 0 0.69 0.41
HSL 103.85º 0.53% 0.39% -
HSV(B) 103.85º 0.69% 0.59% -
XYZ 14.48 23.83 6.53 -
YUV 116.42 88.82 98.46 -
System Red Green Blue C M Y K H S L
Decimal 75 151 47 0.50 0 0.69 0.41 103.85 0.53 0.39
Hex 4B 97 2F 32 0 45 29 68 35 27
Octal 113 227 57 62 0 105 51 150 65 47
Binary 1001011 10010111 101111 110010 0 1000101 101001 1101000 110101 100111

Color Harmonies of #4B972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B972F

Black with #4B972F

Text Example


Text Example

White with #4B972F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,151,47); }

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

background-color css

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

 a { background-color: rgb(75,151,47); }

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

border-color css

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

 span { border-color: rgb(75,151,47); }

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