Html Css Color HEX #737228 Olivetone

📋 copy color: '#737228'

red 115 ◦ green 114 ◦ blue 40

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

Shades of Olivetone #737228

Tints of Olivetone #737228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.38%

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 42.75%
G = 42.38%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#737228 (or 0x737228) is known color: Olivetone. HEX triplet: 73, 72 and 28. RGB value is (115,114,40). Sum of RGB (Red+Green+Blue) = 115+114+40=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #737228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737228 is #8C8DD7. Grayscale: #6A6A6A. Windows color (decimal): -9211352 or 2650739. OLE color: 2650739.

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

Color convert

RGB 115 114 40 -
CMYK 0 0.01 0.65 0.55
HSL 59.2º 0.48% 0.3% -
HSV(B) 59.2º 0.65% 0.45% -
XYZ 13.47 15.83 4.35 -
YUV 105.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 115 114 40 0 0.01 0.65 0.55 59.2 0.48 0.3
Hex 73 72 28 0 1 41 37 3B 30 1E
Octal 163 162 50 0 1 101 67 73 60 36
Binary 1110011 1110010 101000 0 1 1000001 110111 111011 110000 11110

Color Harmonies of #737228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737228

Black with #737228

Text Example


Text Example

White with #737228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737228; }

 p { color: rgb(115,114,40); }

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

background-color css

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

 a { background-color: rgb(115,114,40); }

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

border-color css

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

 span { border-color: rgb(115,114,40); }

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