Html Css Color HEX #498C0D La Palma

📋 copy color: '#498C0D'

red 73 ◦ green 140 ◦ blue 13

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

Shades of La Palma #498C0D

Tints of La Palma #498C0D

RGB

 RED value IS 73 (28.91% from 255) = 32.3%

 GREEN value IS 140 (55.08% from 255) = 61.95%

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

R = 32.3%
G = 61.95%
B = 5.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#498C0D (or 0x498C0D) is known color: La Palma. HEX triplet: 49, 8C and 0D. RGB value is (73,140,13). Sum of RGB (Red+Green+Blue) = 73+140+13=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #498C0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498C0D is #B673F2. Grayscale: #696969. Windows color (decimal): -11957235 or 887881. OLE color: 887881.

HSL color Cylindrical-coordinate representation of color #498C0D: hue angle of 91.65º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #498C0D is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 140 13 -
CMYK 0.48 0 0.91 0.45
HSL 91.65º 0.83% 0.3% -
HSV(B) 91.65º 0.91% 0.55% -
XYZ 12.2 20.2 3.64 -
YUV 105.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 73 140 13 0.48 0 0.91 0.45 91.65 0.83 0.3
Hex 49 8C D 30 0 5B 2D 5C 53 1E
Octal 111 214 15 60 0 133 55 134 123 36
Binary 1001001 10001100 1101 110000 0 1011011 101101 1011100 1010011 11110

Color Harmonies of #498C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498C0D

Black with #498C0D

Text Example


Text Example

White with #498C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498C0D; }

 p { color: rgb(73,140,13); }

 H1.HeaderClassName
 {
   color: #498C0D;
 }
 .AnyTagClassName
 {
   color: #498C0D;
 }
</style>

background-color css

<style>
 a { background-color: #498C0D; }

 a { background-color: rgb(73,140,13); }

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

border-color css

<style>
 span { border-color: #498C0D; }

 span { border-color: rgb(73,140,13); }

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