Html Css Color HEX #594E02 Bronze Olive

📋 copy color: '#594E02'

red 89 ◦ green 78 ◦ blue 2

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

Shades of Bronze Olive #594E02

Tints of Bronze Olive #594E02

RGB

 RED value IS 89 (35.16% from 255) = 52.66%

 GREEN value IS 78 (30.86% from 255) = 46.15%

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 52.66%
G = 46.15%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#594E02 (or 0x594E02) is known color: Bronze Olive. HEX triplet: 59, 4E and 02. RGB value is (89,78,2). Sum of RGB (Red+Green+Blue) = 89+78+2=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #594E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E02 is #A6B1FD. Grayscale: #484848. Windows color (decimal): -10924542 or 151129. OLE color: 151129.

HSL color Cylindrical-coordinate representation of color #594E02: hue angle of 52.41º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #594E02 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 78 2 -
CMYK 0 0.12 0.98 0.65
HSL 52.41º 0.96% 0.18% -
HSV(B) 52.41º 0.98% 0.35% -
XYZ 6.86 7.58 1.16 -
YUV 72.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 89 78 2 0 0.12 0.98 0.65 52.41 0.96 0.18
Hex 59 4E 2 0 C 62 41 34 60 12
Octal 131 116 2 0 14 142 101 64 140 22
Binary 1011001 1001110 10 0 1100 1100010 1000001 110100 1100000 10010

Color Harmonies of #594E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E02

Black with #594E02

Text Example


Text Example

White with #594E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594E02; }

 p { color: rgb(89,78,2); }

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

background-color css

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

 a { background-color: rgb(89,78,2); }

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

border-color css

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

 span { border-color: rgb(89,78,2); }

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