Html Css Color HEX #4D830D Vida Loca

📋 copy color: '#4D830D'

red 77 ◦ green 131 ◦ blue 13

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

Shades of Vida Loca #4D830D

Tints of Vida Loca #4D830D

RGB

 RED value IS 77 (30.47% from 255) = 34.84%

 GREEN value IS 131 (51.56% from 255) = 59.28%

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

R = 34.84%
G = 59.28%
B = 5.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#4D830D (or 0x4D830D) is known color: Vida Loca. HEX triplet: 4D, 83 and 0D. RGB value is (77,131,13). Sum of RGB (Red+Green+Blue) = 77+131+13=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #4D830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D830D is #B27CF2. Grayscale: #656565. Windows color (decimal): -11697395 or 885581. OLE color: 885581.

HSL color Cylindrical-coordinate representation of color #4D830D: hue angle of 87.46º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D830D is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 131 13 -
CMYK 0.41 0 0.90 0.49
HSL 87.46º 0.82% 0.28% -
HSV(B) 87.46º 0.9% 0.51% -
XYZ 11.25 17.84 3.23 -
YUV 101.4 78.11 110.59 -
System Red Green Blue C M Y K H S L
Decimal 77 131 13 0.41 0 0.90 0.49 87.46 0.82 0.28
Hex 4D 83 D 29 0 5A 31 57 52 1C
Octal 115 203 15 51 0 132 61 127 122 34
Binary 1001101 10000011 1101 101001 0 1011010 110001 1010111 1010010 11100

Color Harmonies of #4D830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D830D

Black with #4D830D

Text Example


Text Example

White with #4D830D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,131,13); }

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

background-color css

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

 a { background-color: rgb(77,131,13); }

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

border-color css

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

 span { border-color: rgb(77,131,13); }

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