Html Css Color HEX #4B8A1C La Palma

📋 copy color: '#4B8A1C'

red 75 ◦ green 138 ◦ blue 28

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

Shades of La Palma #4B8A1C

Tints of La Palma #4B8A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 57.26%

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 31.12%
G = 57.26%
B = 11.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#4B8A1C (or 0x4B8A1C) is known color: La Palma. HEX triplet: 4B, 8A and 1C. RGB value is (75,138,28). Sum of RGB (Red+Green+Blue) = 75+138+28=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #4B8A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8A1C is #B475E3. Grayscale: #6B6B6B. Windows color (decimal): -11826660 or 1870411. OLE color: 1870411.

HSL color Cylindrical-coordinate representation of color #4B8A1C: hue angle of 94.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B8A1C is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 75 138 28 -
CMYK 0.46 0 0.80 0.46
HSL 94.36º 0.66% 0.33% -
HSV(B) 94.36º 0.8% 0.54% -
XYZ 12.2 19.76 4.27 -
YUV 106.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 75 138 28 0.46 0 0.80 0.46 94.36 0.66 0.33
Hex 4B 8A 1C 2E 0 50 2E 5E 42 21
Octal 113 212 34 56 0 120 56 136 102 41
Binary 1001011 10001010 11100 101110 0 1010000 101110 1011110 1000010 100001

Color Harmonies of #4B8A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8A1C

Black with #4B8A1C

Text Example


Text Example

White with #4B8A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,138,28); }

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

background-color css

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

 a { background-color: rgb(75,138,28); }

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

border-color css

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

 span { border-color: rgb(75,138,28); }

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