Html Css Color HEX #4A870D La Palma

📋 copy color: '#4A870D'

red 74 ◦ green 135 ◦ blue 13

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

Shades of La Palma #4A870D

Tints of La Palma #4A870D

RGB

 RED value IS 74 (29.3% from 255) = 33.33%

 GREEN value IS 135 (53.13% from 255) = 60.81%

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 33.33%
G = 60.81%
B = 5.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#4A870D (or 0x4A870D) is known color: La Palma. HEX triplet: 4A, 87 and 0D. RGB value is (74,135,13). Sum of RGB (Red+Green+Blue) = 74+135+13=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #4A870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A870D is #B578F2. Grayscale: #676767. Windows color (decimal): -11892979 or 886602. OLE color: 886602.

HSL color Cylindrical-coordinate representation of color #4A870D: hue angle of 90º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A870D is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 135 13 -
CMYK 0.45 0 0.90 0.47
HSL 90º 0.82% 0.29% -
HSV(B) 90º 0.9% 0.53% -
XYZ 11.56 18.81 3.4 -
YUV 102.85 77.29 107.42 -
System Red Green Blue C M Y K H S L
Decimal 74 135 13 0.45 0 0.90 0.47 90 0.82 0.29
Hex 4A 87 D 2D 0 5A 2F 5A 52 1D
Octal 112 207 15 55 0 132 57 132 122 35
Binary 1001010 10000111 1101 101101 0 1011010 101111 1011010 1010010 11101

Color Harmonies of #4A870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A870D

Black with #4A870D

Text Example


Text Example

White with #4A870D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,135,13); }

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

background-color css

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

 a { background-color: rgb(74,135,13); }

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

border-color css

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

 span { border-color: rgb(74,135,13); }

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