Html Css Color HEX #839004 Olive

📋 copy color: '#839004'

red 131 ◦ green 144 ◦ blue 4

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

Shades of Olive #839004

Tints of Olive #839004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.61%

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 46.95%
G = 51.61%
B = 1.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#839004 (or 0x839004) is known color: Olive. HEX triplet: 83, 90 and 04. RGB value is (131,144,4). Sum of RGB (Red+Green+Blue) = 131+144+4=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #839004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839004 is #7C6FFB. Grayscale: #7C7C7C. Windows color (decimal): -8155132 or 299139. OLE color: 299139.

HSL color Cylindrical-coordinate representation of color #839004: hue angle of 65.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #839004 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 4 -
CMYK 0.09 0 0.97 0.44
HSL 65.57º 0.95% 0.29% -
HSV(B) 65.57º 0.97% 0.56% -
XYZ 19.36 24.78 3.88 -
YUV 124.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 131 144 4 0.09 0 0.97 0.44 65.57 0.95 0.29
Hex 83 90 4 9 0 61 2C 42 5F 1D
Octal 203 220 4 11 0 141 54 102 137 35
Binary 10000011 10010000 100 1001 0 1100001 101100 1000010 1011111 11101

Color Harmonies of #839004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839004

Black with #839004

Text Example


Text Example

White with #839004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839004; }

 p { color: rgb(131,144,4); }

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

background-color css

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

 a { background-color: rgb(131,144,4); }

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

border-color css

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

 span { border-color: rgb(131,144,4); }

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