Html Css Color HEX #5E6221 Fiji Green

📋 copy color: '#5E6221'

red 94 ◦ green 98 ◦ blue 33

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

Shades of Fiji Green #5E6221

Tints of Fiji Green #5E6221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.56%

 BLUE value IS 33 (13.28% from 255) = 14.67%

R = 41.78%
G = 43.56%
B = 14.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#5E6221 (or 0x5E6221) is known color: Fiji Green. HEX triplet: 5E, 62 and 21. RGB value is (94,98,33). Sum of RGB (Red+Green+Blue) = 94+98+33=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6221 is #A19DDE. Grayscale: #595959. Windows color (decimal): -10591711 or 2187870. OLE color: 2187870.

HSL color Cylindrical-coordinate representation of color #5E6221: hue angle of 63.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E6221 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 98 33 -
CMYK 0.04 0 0.66 0.62
HSL 63.69º 0.5% 0.26% -
HSV(B) 63.69º 0.66% 0.38% -
XYZ 9.26 11.22 3.12 -
YUV 89.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 94 98 33 0.04 0 0.66 0.62 63.69 0.5 0.26
Hex 5E 62 21 4 0 42 3E 40 32 1A
Octal 136 142 41 4 0 102 76 100 62 32
Binary 1011110 1100010 100001 100 0 1000010 111110 1000000 110010 11010

Color Harmonies of #5E6221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6221

Black with #5E6221

Text Example


Text Example

White with #5E6221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,98,33); }

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

background-color css

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

 a { background-color: rgb(94,98,33); }

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

border-color css

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

 span { border-color: rgb(94,98,33); }

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