Html Css Color HEX #737413 Olivetone

📋 copy color: '#737413'

red 115 ◦ green 116 ◦ blue 19

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

Shades of Olivetone #737413

Tints of Olivetone #737413

RGB

 RED value IS 115 (45.31% from 255) = 46%

 GREEN value IS 116 (45.7% from 255) = 46.4%

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

R = 46%
G = 46.4%
B = 7.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#737413 (or 0x737413) is known color: Olivetone. HEX triplet: 73, 74 and 13. RGB value is (115,116,19). Sum of RGB (Red+Green+Blue) = 115+116+19=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #737413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737413 is #8C8BEC. Grayscale: #696969. Windows color (decimal): -9210861 or 1274995. OLE color: 1274995.

HSL color Cylindrical-coordinate representation of color #737413: hue angle of 60.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #737413 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 116 19 -
CMYK 0.01 0 0.84 0.55
HSL 60.62º 0.72% 0.26% -
HSV(B) 60.62º 0.84% 0.45% -
XYZ 13.43 16.18 3.03 -
YUV 104.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 115 116 19 0.01 0 0.84 0.55 60.62 0.72 0.26
Hex 73 74 13 1 0 54 37 3D 48 1A
Octal 163 164 23 1 0 124 67 75 110 32
Binary 1110011 1110100 10011 1 0 1010100 110111 111101 1001000 11010

Color Harmonies of #737413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737413

Black with #737413

Text Example


Text Example

White with #737413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737413; }

 p { color: rgb(115,116,19); }

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

background-color css

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

 a { background-color: rgb(115,116,19); }

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

border-color css

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

 span { border-color: rgb(115,116,19); }

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