Html Css Color HEX #5C7620 Fiji Green

📋 copy color: '#5C7620'

red 92 ◦ green 118 ◦ blue 32

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

Shades of Fiji Green #5C7620

Tints of Fiji Green #5C7620

RGB

 RED value IS 92 (36.33% from 255) = 38.02%

 GREEN value IS 118 (46.48% from 255) = 48.76%

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 38.02%
G = 48.76%
B = 13.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#5C7620 (or 0x5C7620) is known color: Fiji Green. HEX triplet: 5C, 76 and 20. RGB value is (92,118,32). Sum of RGB (Red+Green+Blue) = 92+118+32=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7620 is #A389DF. Grayscale: #646464. Windows color (decimal): -10717664 or 2127452. OLE color: 2127452.

HSL color Cylindrical-coordinate representation of color #5C7620: hue angle of 78.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C7620 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 118 32 -
CMYK 0.22 0 0.73 0.54
HSL 78.14º 0.57% 0.29% -
HSV(B) 78.14º 0.73% 0.46% -
XYZ 11.15 15.34 3.74 -
YUV 100.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 92 118 32 0.22 0 0.73 0.54 78.14 0.57 0.29
Hex 5C 76 20 16 0 49 36 4E 39 1D
Octal 134 166 40 26 0 111 66 116 71 35
Binary 1011100 1110110 100000 10110 0 1001001 110110 1001110 111001 11101

Color Harmonies of #5C7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7620

Black with #5C7620

Text Example


Text Example

White with #5C7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,118,32); }

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

background-color css

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

 a { background-color: rgb(92,118,32); }

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

border-color css

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

 span { border-color: rgb(92,118,32); }

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