Html Css Color HEX #838513 Trendy Green

📋 copy color: '#838513'

red 131 ◦ green 133 ◦ blue 19

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

Shades of Trendy Green #838513

Tints of Trendy Green #838513

RGB

 RED value IS 131 (51.56% from 255) = 46.29%

 GREEN value IS 133 (52.34% from 255) = 47%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 46.29%
G = 47%
B = 6.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#838513 (or 0x838513) is known color: Trendy Green. HEX triplet: 83, 85 and 13. RGB value is (131,133,19). Sum of RGB (Red+Green+Blue) = 131+133+19=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #838513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838513 is #7C7AEC. Grayscale: #777777. Windows color (decimal): -8157933 or 1279363. OLE color: 1279363.

HSL color Cylindrical-coordinate representation of color #838513: hue angle of 61.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #838513 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 19 -
CMYK 0.02 0 0.86 0.48
HSL 61.05º 0.75% 0.3% -
HSV(B) 61.05º 0.86% 0.52% -
XYZ 17.87 21.65 3.85 -
YUV 119.41 71.34 136.27 -
System Red Green Blue C M Y K H S L
Decimal 131 133 19 0.02 0 0.86 0.48 61.05 0.75 0.3
Hex 83 85 13 2 0 56 30 3D 4B 1E
Octal 203 205 23 2 0 126 60 75 113 36
Binary 10000011 10000101 10011 10 0 1010110 110000 111101 1001011 11110

Color Harmonies of #838513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838513

Black with #838513

Text Example


Text Example

White with #838513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838513; }

 p { color: rgb(131,133,19); }

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

background-color css

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

 a { background-color: rgb(131,133,19); }

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

border-color css

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

 span { border-color: rgb(131,133,19); }

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