Html Css Color HEX #5A6320 Fiji Green

📋 copy color: '#5A6320'

red 90 ◦ green 99 ◦ blue 32

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

Shades of Fiji Green #5A6320

Tints of Fiji Green #5A6320

RGB

 RED value IS 90 (35.55% from 255) = 40.72%

 GREEN value IS 99 (39.06% from 255) = 44.8%

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

R = 40.72%
G = 44.8%
B = 14.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#5A6320 (or 0x5A6320) is known color: Fiji Green. HEX triplet: 5A, 63 and 20. RGB value is (90,99,32). Sum of RGB (Red+Green+Blue) = 90+99+32=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6320 is #A59CDF. Grayscale: #585858. Windows color (decimal): -10853600 or 2122586. OLE color: 2122586.

HSL color Cylindrical-coordinate representation of color #5A6320: hue angle of 68.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A6320 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 99 32 -
CMYK 0.09 0 0.68 0.61
HSL 68.06º 0.51% 0.26% -
HSV(B) 68.06º 0.68% 0.39% -
XYZ 8.94 11.2 3.06 -
YUV 88.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 90 99 32 0.09 0 0.68 0.61 68.06 0.51 0.26
Hex 5A 63 20 9 0 44 3D 44 33 1A
Octal 132 143 40 11 0 104 75 104 63 32
Binary 1011010 1100011 100000 1001 0 1000100 111101 1000100 110011 11010

Color Harmonies of #5A6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6320

Black with #5A6320

Text Example


Text Example

White with #5A6320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,99,32); }

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

background-color css

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

 a { background-color: rgb(90,99,32); }

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

border-color css

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

 span { border-color: rgb(90,99,32); }

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