Html Css Color HEX #4B9316 La Palma

📋 copy color: '#4B9316'

red 75 ◦ green 147 ◦ blue 22

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

Shades of La Palma #4B9316

Tints of La Palma #4B9316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 30.74%
G = 60.25%
B = 9.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#4B9316 (or 0x4B9316) is known color: La Palma. HEX triplet: 4B, 93 and 16. RGB value is (75,147,22). Sum of RGB (Red+Green+Blue) = 75+147+22=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9316 is #B46CE9. Grayscale: #6F6F6F. Windows color (decimal): -11824362 or 1479499. OLE color: 1479499.

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

Color convert

RGB 75 147 22 -
CMYK 0.49 0 0.85 0.42
HSL 94.56º 0.74% 0.33% -
HSV(B) 94.56º 0.85% 0.58% -
XYZ 13.48 22.42 4.38 -
YUV 111.22 77.65 102.16 -
System Red Green Blue C M Y K H S L
Decimal 75 147 22 0.49 0 0.85 0.42 94.56 0.74 0.33
Hex 4B 93 16 31 0 55 2A 5F 4A 21
Octal 113 223 26 61 0 125 52 137 112 41
Binary 1001011 10010011 10110 110001 0 1010101 101010 1011111 1001010 100001

Color Harmonies of #4B9316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9316

Black with #4B9316

Text Example


Text Example

White with #4B9316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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