Html Css Color HEX #5E6D2A Fiji Green

📋 copy color: '#5E6D2A'

red 94 ◦ green 109 ◦ blue 42

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

Shades of Fiji Green #5E6D2A

Tints of Fiji Green #5E6D2A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.49%

 BLUE value IS 42 (16.8% from 255) = 17.14%

R = 38.37%
G = 44.49%
B = 17.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#5E6D2A (or 0x5E6D2A) is known color: Fiji Green. HEX triplet: 5E, 6D and 2A. RGB value is (94,109,42). Sum of RGB (Red+Green+Blue) = 94+109+42=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6D2A is #A192D5. Grayscale: #616161. Windows color (decimal): -10588886 or 2780510. OLE color: 2780510.

HSL color Cylindrical-coordinate representation of color #5E6D2A: hue angle of 73.43º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6D2A is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 109 42 -
CMYK 0.14 0 0.61 0.57
HSL 73.43º 0.44% 0.3% -
HSV(B) 73.43º 0.61% 0.43% -
XYZ 10.5 13.48 4.24 -
YUV 96.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 94 109 42 0.14 0 0.61 0.57 73.43 0.44 0.3
Hex 5E 6D 2A E 0 3D 39 49 2C 1E
Octal 136 155 52 16 0 75 71 111 54 36
Binary 1011110 1101101 101010 1110 0 111101 111001 1001001 101100 11110

Color Harmonies of #5E6D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6D2A

Black with #5E6D2A

Text Example


Text Example

White with #5E6D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,109,42); }

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

background-color css

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

 a { background-color: rgb(94,109,42); }

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

border-color css

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

 span { border-color: rgb(94,109,42); }

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