Html Css Color HEX #4B8425 La Palma

📋 copy color: '#4B8425'

red 75 ◦ green 132 ◦ blue 37

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

Shades of La Palma #4B8425

Tints of La Palma #4B8425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.1%

 BLUE value IS 37 (14.84% from 255) = 15.16%

R = 30.74%
G = 54.1%
B = 15.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#4B8425 (or 0x4B8425) is known color: La Palma. HEX triplet: 4B, 84 and 25. RGB value is (75,132,37). Sum of RGB (Red+Green+Blue) = 75+132+37=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8425 is #B47BDA. Grayscale: #686868. Windows color (decimal): -11828187 or 2458699. OLE color: 2458699.

HSL color Cylindrical-coordinate representation of color #4B8425: hue angle of 96º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B8425 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 132 37 -
CMYK 0.43 0 0.72 0.48
HSL 96º 0.56% 0.33% -
HSV(B) 96º 0.72% 0.52% -
XYZ 11.49 18.13 4.64 -
YUV 104.13 90.12 107.22 -
System Red Green Blue C M Y K H S L
Decimal 75 132 37 0.43 0 0.72 0.48 96 0.56 0.33
Hex 4B 84 25 2B 0 48 30 60 38 21
Octal 113 204 45 53 0 110 60 140 70 41
Binary 1001011 10000100 100101 101011 0 1001000 110000 1100000 111000 100001

Color Harmonies of #4B8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8425

Black with #4B8425

Text Example


Text Example

White with #4B8425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,132,37); }

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

background-color css

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

 a { background-color: rgb(75,132,37); }

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

border-color css

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

 span { border-color: rgb(75,132,37); }

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