Html Css Color HEX #5E6004 Fiji Green

📋 copy color: '#5E6004'

red 94 ◦ green 96 ◦ blue 4

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

Shades of Fiji Green #5E6004

Tints of Fiji Green #5E6004

RGB

 RED value IS 94 (37.11% from 255) = 48.45%

 GREEN value IS 96 (37.89% from 255) = 49.48%

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

R = 48.45%
G = 49.48%
B = 2.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#5E6004 (or 0x5E6004) is known color: Fiji Green. HEX triplet: 5E, 60 and 04. RGB value is (94,96,4). Sum of RGB (Red+Green+Blue) = 94+96+4=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6004 is #A19FFB. Grayscale: #555555. Windows color (decimal): -10592252 or 286814. OLE color: 286814.

HSL color Cylindrical-coordinate representation of color #5E6004: hue angle of 61.3º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E6004 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 4 -
CMYK 0.02 0 0.96 0.62
HSL 61.3º 0.92% 0.2% -
HSV(B) 61.3º 0.96% 0.38% -
XYZ 8.82 10.75 1.73 -
YUV 84.91 82.34 134.48 -
System Red Green Blue C M Y K H S L
Decimal 94 96 4 0.02 0 0.96 0.62 61.3 0.92 0.2
Hex 5E 60 4 2 0 60 3E 3D 5C 14
Octal 136 140 4 2 0 140 76 75 134 24
Binary 1011110 1100000 100 10 0 1100000 111110 111101 1011100 10100

Color Harmonies of #5E6004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6004

Black with #5E6004

Text Example


Text Example

White with #5E6004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E6004; }

 p { color: rgb(94,96,4); }

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

background-color css

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

 a { background-color: rgb(94,96,4); }

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

border-color css

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

 span { border-color: rgb(94,96,4); }

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