Html Css Color HEX #4C862A La Palma

📋 copy color: '#4C862A'

red 76 ◦ green 134 ◦ blue 42

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

Shades of La Palma #4C862A

Tints of La Palma #4C862A

RGB

 RED value IS 76 (30.08% from 255) = 30.16%

 GREEN value IS 134 (52.73% from 255) = 53.17%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 30.16%
G = 53.17%
B = 16.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#4C862A (or 0x4C862A) is known color: La Palma. HEX triplet: 4C, 86 and 2A. RGB value is (76,134,42). Sum of RGB (Red+Green+Blue) = 76+134+42=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #4C862A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C862A is #B379D5. Grayscale: #6A6A6A. Windows color (decimal): -11762134 or 2786892. OLE color: 2786892.

HSL color Cylindrical-coordinate representation of color #4C862A: hue angle of 97.83º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C862A is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 76 134 42 -
CMYK 0.43 0 0.69 0.47
HSL 97.83º 0.52% 0.35% -
HSV(B) 97.83º 0.69% 0.53% -
XYZ 11.92 18.75 5.18 -
YUV 106.17 91.78 106.48 -
System Red Green Blue C M Y K H S L
Decimal 76 134 42 0.43 0 0.69 0.47 97.83 0.52 0.35
Hex 4C 86 2A 2B 0 45 2F 62 34 23
Octal 114 206 52 53 0 105 57 142 64 43
Binary 1001100 10000110 101010 101011 0 1000101 101111 1100010 110100 100011

Color Harmonies of #4C862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C862A

Black with #4C862A

Text Example


Text Example

White with #4C862A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,134,42); }

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

background-color css

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

 a { background-color: rgb(76,134,42); }

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

border-color css

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

 span { border-color: rgb(76,134,42); }

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