Html Css Color HEX #4A890D La Palma

📋 copy color: '#4A890D'

red 74 ◦ green 137 ◦ blue 13

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

Shades of La Palma #4A890D

Tints of La Palma #4A890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.16%

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

R = 33.04%
G = 61.16%
B = 5.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#4A890D (or 0x4A890D) is known color: La Palma. HEX triplet: 4A, 89 and 0D. RGB value is (74,137,13). Sum of RGB (Red+Green+Blue) = 74+137+13=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #4A890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A890D is #B576F2. Grayscale: #686868. Windows color (decimal): -11892467 or 887114. OLE color: 887114.

HSL color Cylindrical-coordinate representation of color #4A890D: hue angle of 90.48º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A890D is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 74 137 13 -
CMYK 0.46 0 0.91 0.46
HSL 90.48º 0.83% 0.29% -
HSV(B) 90.48º 0.91% 0.54% -
XYZ 11.84 19.38 3.5 -
YUV 104.03 76.63 106.58 -
System Red Green Blue C M Y K H S L
Decimal 74 137 13 0.46 0 0.91 0.46 90.48 0.83 0.29
Hex 4A 89 D 2E 0 5B 2E 5A 53 1D
Octal 112 211 15 56 0 133 56 132 123 35
Binary 1001010 10001001 1101 101110 0 1011011 101110 1011010 1010011 11101

Color Harmonies of #4A890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A890D

Black with #4A890D

Text Example


Text Example

White with #4A890D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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