Html Css Color HEX #4B9320 La Palma

📋 copy color: '#4B9320'

red 75 ◦ green 147 ◦ blue 32

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

Shades of La Palma #4B9320

Tints of La Palma #4B9320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.87%

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 29.53%
G = 57.87%
B = 12.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#4B9320 (or 0x4B9320) is known color: La Palma. HEX triplet: 4B, 93 and 20. RGB value is (75,147,32). Sum of RGB (Red+Green+Blue) = 75+147+32=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9320 is #B46CDF. Grayscale: #707070. Windows color (decimal): -11824352 or 2134859. OLE color: 2134859.

HSL color Cylindrical-coordinate representation of color #4B9320: hue angle of 97.57º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B9320 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 147 32 -
CMYK 0.49 0 0.78 0.42
HSL 97.57º 0.64% 0.35% -
HSV(B) 97.57º 0.78% 0.58% -
XYZ 13.6 22.47 4.99 -
YUV 112.36 82.65 101.35 -
System Red Green Blue C M Y K H S L
Decimal 75 147 32 0.49 0 0.78 0.42 97.57 0.64 0.35
Hex 4B 93 20 31 0 4E 2A 62 40 23
Octal 113 223 40 61 0 116 52 142 100 43
Binary 1001011 10010011 100000 110001 0 1001110 101010 1100010 1000000 100011

Color Harmonies of #4B9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9320

Black with #4B9320

Text Example


Text Example

White with #4B9320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,147,32); }

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

background-color css

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

 a { background-color: rgb(75,147,32); }

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

border-color css

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

 span { border-color: rgb(75,147,32); }

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