Html Css Color HEX #4B812C La Palma

📋 copy color: '#4B812C'

red 75 ◦ green 129 ◦ blue 44

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

Shades of La Palma #4B812C

Tints of La Palma #4B812C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.02%

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 30.24%
G = 52.02%
B = 17.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#4B812C (or 0x4B812C) is known color: La Palma. HEX triplet: 4B, 81 and 2C. RGB value is (75,129,44). Sum of RGB (Red+Green+Blue) = 75+129+44=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #4B812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B812C is #B47ED3. Grayscale: #676767. Windows color (decimal): -11828948 or 2916683. OLE color: 2916683.

HSL color Cylindrical-coordinate representation of color #4B812C: hue angle of 98.12º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B812C is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 129 44 -
CMYK 0.42 0 0.66 0.49
HSL 98.12º 0.49% 0.34% -
HSV(B) 98.12º 0.66% 0.51% -
XYZ 11.21 17.38 5.15 -
YUV 103.16 94.61 107.91 -
System Red Green Blue C M Y K H S L
Decimal 75 129 44 0.42 0 0.66 0.49 98.12 0.49 0.34
Hex 4B 81 2C 2A 0 42 31 62 31 22
Octal 113 201 54 52 0 102 61 142 61 42
Binary 1001011 10000001 101100 101010 0 1000010 110001 1100010 110001 100010

Color Harmonies of #4B812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B812C

Black with #4B812C

Text Example


Text Example

White with #4B812C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,129,44); }

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

background-color css

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

 a { background-color: rgb(75,129,44); }

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

border-color css

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

 span { border-color: rgb(75,129,44); }

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