Html Css Color HEX #4B8525 La Palma

📋 copy color: '#4B8525'

red 75 ◦ green 133 ◦ blue 37

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

Shades of La Palma #4B8525

Tints of La Palma #4B8525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.29%

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

R = 30.61%
G = 54.29%
B = 15.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#4B8525 (or 0x4B8525) is known color: La Palma. HEX triplet: 4B, 85 and 25. RGB value is (75,133,37). Sum of RGB (Red+Green+Blue) = 75+133+37=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8525 is #B47ADA. Grayscale: #696969. Windows color (decimal): -11827931 or 2458955. OLE color: 2458955.

HSL color Cylindrical-coordinate representation of color #4B8525: hue angle of 96.25º 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 #4B8525 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 133 37 -
CMYK 0.44 0 0.72 0.48
HSL 96.25º 0.56% 0.33% -
HSV(B) 96.25º 0.72% 0.52% -
XYZ 11.62 18.4 4.69 -
YUV 104.71 89.78 106.81 -
System Red Green Blue C M Y K H S L
Decimal 75 133 37 0.44 0 0.72 0.48 96.25 0.56 0.33
Hex 4B 85 25 2C 0 48 30 60 38 21
Octal 113 205 45 54 0 110 60 140 70 41
Binary 1001011 10000101 100101 101100 0 1001000 110000 1100000 111000 100001

Color Harmonies of #4B8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8525

Black with #4B8525

Text Example


Text Example

White with #4B8525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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